#2CAC95

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

Shades of Niagara #2CAC95

Tints of Niagara #2CAC95

Color information

#2CAC95 (or 0x2CAC95) is unknown color: approx Niagara. HEX triplet: 2C, AC and 95. RGB value is (44,172,149). Sum of RGB (Red+Green+Blue) = 44+172+149=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC95 is #D3536A. Grayscale: #838383. Windows color (decimal): -13849451 or 9808940. OLE color: 9808940.

HSL color Cylindrical-coordinate representation of color #2CAC95: hue angle of 169.22º 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 #2CAC95 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB44172149-
CMYK0.7400.130.33
HSL169.22º59.26%42.35%-
HSV(B)169.22º74.42%67.45%-
XYZ21.2232.2133.53-
YUV131.11138.0965.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.05%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=12.05%
G=47.12%
B=40.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441721490.7400.130.33169.2259.2642.35
Hex2CAC954A0D21a93b2a
Octal54254225112015412517352
Binary101100101011001001010110010100110110000110101001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,172,149); }

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

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

 a { background-color: rgb(44,172,149); }

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

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

 span { border-color: rgb(44,172,149); }

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