Shades of Light Sea Green #0EC2A9
Tints of Light Sea Green #0EC2A9
RGB
CMYK
RGB Variations
Color information
#0EC2A9 (or 0x0EC2A9) is known color: Light Sea Green. HEX triplet: 0E, C2 and A9. RGB value is (14,194,169). Sum of RGB (Red+Green+Blue) = 14+194+169=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC2A9 is #F13D56. Grayscale: #898989. Windows color (decimal): -15809879 or 11125262. OLE color: 11125262.
HSL color Cylindrical-coordinate representation of color #0EC2A9: hue angle of 171.67º 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 #0EC2A9 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 169 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.24 |
| HSL | 171.67º | 0.87% | 0.41% | - |
| HSV(B) | 171.67º | 0.93% | 0.76% | - |
| XYZ | 26.63 | 41.54 | 44.15 | - |
| YUV | 137.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 169 | 0.93 | 0 | 0.13 | 0.24 | 171.67 | 0.87 | 0.41 |
| Hex | E | C2 | A9 | 5D | 0 | D | 18 | AC | 57 | 29 |
| Octal | 16 | 302 | 251 | 135 | 0 | 15 | 30 | 254 | 127 | 51 |
| Binary | 1110 | 11000010 | 10101001 | 1011101 | 0 | 1101 | 11000 | 10101100 | 1010111 | 101001 |
Color Harmonies of #0EC2A9
Complementary color
Monochromatic Colors of #0EC2A9
Black with #0EC2A9
Text Example
Text Example
White with #0EC2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC2A9; }
p { color: rgb(14,194,169); }
H1.HeaderClassName
{
color: #0EC2A9;
}
.AnyTagClassName
{
color: #0EC2A9;
}
</style>
background-color css
<style>
a { background-color: #0EC2A9; }
a { background-color: rgb(14,194,169); }
div.DivClassName
{
background-color: #0EC2A9;
}
.BgClassName
{
background-color: #0EC2A9;
}
</style>
border-color css
<style>
span { border-color: #0EC2A9; }
span { border-color: rgb(14,194,169); }
td.TdClassName
{
border-color: #0EC2A9;
}
.TagClassName
{
border-color: #0EC2A9;
}
</style>