#2BA190

Color #2BA190 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2BA190

Tints of Niagara #2BA190

Color information

#2BA190 (or 0x2BA190) is unknown color: approx Niagara. HEX triplet: 2B, A1 and 90. RGB value is (43,161,144). Sum of RGB (Red+Green+Blue) = 43+161+144=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA190 is #D45E6F. Grayscale: #7B7B7B. Windows color (decimal): -13917808 or 9478443. OLE color: 9478443.

HSL color Cylindrical-coordinate representation of color #2BA190: hue angle of 171.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA190 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB43161144-
CMYK0.7300.110.37
HSL171.36º57.84%40%-
HSV(B)171.36º73.29%63.14%-
XYZ18.7828.0230.8-
YUV123.78139.4170.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 12.36%
GREEN value IS 161 (63.28% from 255) = 46.26%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=12.36%
G=46.26%
B=41.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal431611440.7300.110.37171.3657.8440
Hex2BA190490B25ab3a28
Octal53241220111013452537250
Binary101011101000011001000010010010101110010110101011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BA190; }

 p { color: rgb(43,161,144); }

 H1.HeaderClassName
 {
   color: #2BA190;
 }
 .AnyTagClassName
 {
   color: #2BA190;
 }
</style>
background-color css

<style>
 a { background-color: #2BA190; }

 a { background-color: rgb(43,161,144); }

 div.DivClassName
 {
   background-color: #2BA190;
 }
 .BgClassName
 {
   background-color: #2BA190;
 }
</style>
border-color css

<style>
 span { border-color: #2BA190; }

 span { border-color: rgb(43,161,144); }

 td.TdClassName
 {
   border-color: #2BA190;
 }
 .TagClassName
 {
   border-color: #2BA190;
 }
</style>