#2CAE9E

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

Shades of Light Sea Green #2CAE9E

Tints of Light Sea Green #2CAE9E

Color information

#2CAE9E (or 0x2CAE9E) is unknown color: approx Light Sea Green. HEX triplet: 2C, AE and 9E. RGB value is (44,174,158). Sum of RGB (Red+Green+Blue) = 44+174+158=376 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.70% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAE9E is #D35161. Grayscale: #858585. Windows color (decimal): -13848930 or 10399276. OLE color: 10399276.

HSL color Cylindrical-coordinate representation of color #2CAE9E: hue angle of 172.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAE9E is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB44174158-
CMYK0.7500.090.32
HSL172.62º59.63%42.75%-
HSV(B)172.62º74.71%68.24%-
XYZ22.3533.2837.59-
YUV133.31141.9364.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.70%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=11.70%
G=46.28%
B=42.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal441741580.7500.090.32172.6259.6342.75
Hex2CAE9E4B0920ad3c2b
Octal54256236113011402557453
Binary101100101011101001111010010110100110000010101101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,174,158); }

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

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

 a { background-color: rgb(44,174,158); }

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

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

 span { border-color: rgb(44,174,158); }

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