#2CAB91

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

Shades of Niagara #2CAB91

Tints of Niagara #2CAB91

Color information

#2CAB91 (or 0x2CAB91) is unknown color: approx Niagara. HEX triplet: 2C, AB and 91. RGB value is (44,171,145). Sum of RGB (Red+Green+Blue) = 44+171+145=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAB91 is #D3546E. Grayscale: #828282. Windows color (decimal): -13849711 or 9546540. OLE color: 9546540.

HSL color Cylindrical-coordinate representation of color #2CAB91: hue angle of 167.72º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAB91 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB44171145-
CMYK0.7400.150.33
HSL167.72º59.07%42.16%-
HSV(B)167.72º74.27%67.06%-
XYZ20.7131.7131.82-
YUV130.06136.4266.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.22%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=12.22%
G=47.5%
B=40.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441711450.7400.150.33167.7259.0742.16
Hex2CAB914A0F21a83b2a
Octal54253221112017412507352
Binary101100101010111001000110010100111110000110101000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,171,145); }

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

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

 a { background-color: rgb(44,171,145); }

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

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

 span { border-color: rgb(44,171,145); }

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