#0EC0AE

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

Shades of Light Sea Green #0EC0AE

Tints of Light Sea Green #0EC0AE

Color information

#0EC0AE (or 0x0EC0AE) is unknown color: approx Light Sea Green. HEX triplet: 0E, C0 and AE. RGB value is (14,192,174). Sum of RGB (Red+Green+Blue) = 14+192+174=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC0AE is #F13F51. Grayscale: #888888. Windows color (decimal): -15810386 or 11452430. OLE color: 11452430.

HSL color Cylindrical-coordinate representation of color #0EC0AE: hue angle of 173.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC0AE is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB14192174-
CMYK0.9300.090.25
HSL173.93º86.41%40.39%-
HSV(B)173.93º92.71%75.29%-
XYZ26.6740.8546.52-
YUV136.73149.0340.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.68%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=3.68%
G=50.53%
B=45.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141921740.9300.090.25173.9386.4140.39
HexEC0AE5D0919ae5628
Octal163002561350113125612650
Binary1110110000001010111010111010100111001101011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EC0AE; }

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

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

<style>
 a { background-color: #0EC0AE; }

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

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

<style>
 span { border-color: #0EC0AE; }

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

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