#2CC0AE

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

Shades of Light Sea Green #2CC0AE

Tints of Light Sea Green #2CC0AE

Color information

#2CC0AE (or 0x2CC0AE) is unknown color: approx Light Sea Green. HEX triplet: 2C, C0 and AE. RGB value is (44,192,174). Sum of RGB (Red+Green+Blue) = 44+192+174=410 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.73% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC0AE is #D33F51. Grayscale: #919191. Windows color (decimal): -13844306 or 11452460. OLE color: 11452460.

HSL color Cylindrical-coordinate representation of color #2CC0AE: hue angle of 172.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC0AE is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB44192174-
CMYK0.7700.090.25
HSL172.7º62.71%46.27%-
HSV(B)172.7º77.08%75.29%-
XYZ27.5341.2946.56-
YUV145.7143.9755.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.73%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=10.73%
G=46.83%
B=42.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441921740.7700.090.25172.762.7146.27
Hex2CC0AE4D0919ad3f2e
Octal54300256115011312557756
Binary10110011000000101011101001101010011100110101101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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