#2CAA8C

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

Shades of Niagara #2CAA8C

Tints of Niagara #2CAA8C

Color information

#2CAA8C (or 0x2CAA8C) is unknown color: approx Niagara. HEX triplet: 2C, AA and 8C. RGB value is (44,170,140). Sum of RGB (Red+Green+Blue) = 44+170+140=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAA8C is #D35573. Grayscale: #808080. Windows color (decimal): -13849972 or 9218604. OLE color: 9218604.

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

Color convert

RGB44170140-
CMYK0.7400.180.33
HSL165.71º58.88%41.96%-
HSV(B)165.71º74.12%66.67%-
XYZ20.1531.1829.77-
YUV128.91134.2667.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.43%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=12.43%
G=48.02%
B=39.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701400.7400.180.33165.7158.8841.96
Hex2CAA8C4A01221a63b2a
Octal54252214112022412467352
Binary1011001010101010001100100101001001010000110100110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,170,140); }

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

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

 a { background-color: rgb(44,170,140); }

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

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

 span { border-color: rgb(44,170,140); }

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