#2CAAA9

Color #2CAAA9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2CAAA9

Tints of Light Sea Green #2CAAA9

Color information

#2CAAA9 (or 0x2CAAA9) is unknown color: approx Light Sea Green. HEX triplet: 2C, AA and A9. RGB value is (44,170,169). Sum of RGB (Red+Green+Blue) = 44+170+169=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAAA9 is #D35556. Grayscale: #848484. Windows color (decimal): -13849943 or 11119148. OLE color: 11119148.

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

Color convert

RGB44170169-
CMYK0.7400.010.33
HSL179.52º58.88%41.96%-
HSV(B)179.52º74.12%66.67%-
XYZ22.5732.1542.55-
YUV132.21148.7665.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.49%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=11.49%
G=44.39%
B=44.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701690.7400.010.33179.5258.8841.96
Hex2CAAA94A0121b43b2a
Octal5425225111201412647352
Binary101100101010101010100110010100110000110110100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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