Shades of Light Sea Green #0EC2AB
Tints of Light Sea Green #0EC2AB
RGB
CMYK
RGB Variations
Color information
#0EC2AB (or 0x0EC2AB) is known color: Light Sea Green. HEX triplet: 0E, C2 and AB. RGB value is (14,194,171). Sum of RGB (Red+Green+Blue) = 14+194+171=379 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.69% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC2AB is #F13D54. Grayscale: #898989. Windows color (decimal): -15809877 or 11256334. OLE color: 11256334.
HSL color Cylindrical-coordinate representation of color #0EC2AB: hue angle of 172.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC2AB is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 171 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.24 |
| HSL | 172.33º | 0.87% | 0.41% | - |
| HSV(B) | 172.33º | 0.93% | 0.76% | - |
| XYZ | 26.82 | 41.62 | 45.15 | - |
| YUV | 137.56 | 146.87 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 171 | 0.93 | 0 | 0.12 | 0.24 | 172.33 | 0.87 | 0.41 |
| Hex | E | C2 | AB | 5D | 0 | C | 18 | AC | 57 | 29 |
| Octal | 16 | 302 | 253 | 135 | 0 | 14 | 30 | 254 | 127 | 51 |
| Binary | 1110 | 11000010 | 10101011 | 1011101 | 0 | 1100 | 11000 | 10101100 | 1010111 | 101001 |
Color Harmonies of #0EC2AB
Complementary color
Monochromatic Colors of #0EC2AB
Black with #0EC2AB
Text Example
Text Example
White with #0EC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC2AB; }
p { color: rgb(14,194,171); }
H1.HeaderClassName
{
color: #0EC2AB;
}
.AnyTagClassName
{
color: #0EC2AB;
}
</style>
background-color css
<style>
a { background-color: #0EC2AB; }
a { background-color: rgb(14,194,171); }
div.DivClassName
{
background-color: #0EC2AB;
}
.BgClassName
{
background-color: #0EC2AB;
}
</style>
border-color css
<style>
span { border-color: #0EC2AB; }
span { border-color: rgb(14,194,171); }
td.TdClassName
{
border-color: #0EC2AB;
}
.TagClassName
{
border-color: #0EC2AB;
}
</style>