Html Css Color HEX #0EC0AA Light Sea Green

📋 copy color: '#0EC0AA'

red 14 ◦ green 192 ◦ blue 170

#0EC0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0EC0AA

Tints of Light Sea Green #0EC0AA

RGB

 RED value IS 14 (5.86% from 255) = 3.72%

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 3.72%
G = 51.06%
B = 45.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#0EC0AA (or 0x0EC0AA) is known color: Light Sea Green. HEX triplet: 0E, C0 and AA. RGB value is (14,192,170). Sum of RGB (Red+Green+Blue) = 14+192+170=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC0AA is #F13F55. Grayscale: #888888. Windows color (decimal): -15810390 or 11190286. OLE color: 11190286.

HSL color Cylindrical-coordinate representation of color #0EC0AA: hue angle of 172.58º 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 #0EC0AA is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 170 -
CMYK 0.93 0 0.11 0.25
HSL 172.58º 0.86% 0.4% -
HSV(B) 172.58º 0.93% 0.75% -
XYZ 26.29 40.69 44.5 -
YUV 136.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 14 192 170 0.93 0 0.11 0.25 172.58 0.86 0.4
Hex E C0 AA 5D 0 B 19 AD 56 28
Octal 16 300 252 135 0 13 31 255 126 50
Binary 1110 11000000 10101010 1011101 0 1011 11001 10101101 1010110 101000

Color Harmonies of #0EC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC0AA

Black with #0EC0AA

Text Example


Text Example

White with #0EC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC0AA;
 }
 .AnyTagClassName
 {
   color: #0EC0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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