Shades of Light Sea Green #0EC1AA
Tints of Light Sea Green #0EC1AA
RGB
CMYK
RGB Variations
Color information
#0EC1AA (or 0x0EC1AA) is known color: Light Sea Green. HEX triplet: 0E, C1 and AA. RGB value is (14,193,170). Sum of RGB (Red+Green+Blue) = 14+193+170=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC1AA is #F13E55. Grayscale: #888888. Windows color (decimal): -15810134 or 11190542. OLE color: 11190542.
HSL color Cylindrical-coordinate representation of color #0EC1AA: hue angle of 172.29º degrees, saturation: 0.86, 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 #0EC1AA is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 170 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.24 |
| HSL | 172.29º | 0.86% | 0.41% | - |
| HSV(B) | 172.29º | 0.93% | 0.76% | - |
| XYZ | 26.51 | 41.14 | 44.57 | - |
| YUV | 136.86 | 146.7 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 170 | 0.93 | 0 | 0.12 | 0.24 | 172.29 | 0.86 | 0.41 |
| Hex | E | C1 | AA | 5D | 0 | C | 18 | AC | 56 | 29 |
| Octal | 16 | 301 | 252 | 135 | 0 | 14 | 30 | 254 | 126 | 51 |
| Binary | 1110 | 11000001 | 10101010 | 1011101 | 0 | 1100 | 11000 | 10101100 | 1010110 | 101001 |
Color Harmonies of #0EC1AA
Complementary color
Monochromatic Colors of #0EC1AA
Black with #0EC1AA
Text Example
Text Example
White with #0EC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1AA; }
p { color: rgb(14,193,170); }
H1.HeaderClassName
{
color: #0EC1AA;
}
.AnyTagClassName
{
color: #0EC1AA;
}
</style>
background-color css
<style>
a { background-color: #0EC1AA; }
a { background-color: rgb(14,193,170); }
div.DivClassName
{
background-color: #0EC1AA;
}
.BgClassName
{
background-color: #0EC1AA;
}
</style>
border-color css
<style>
span { border-color: #0EC1AA; }
span { border-color: rgb(14,193,170); }
td.TdClassName
{
border-color: #0EC1AA;
}
.TagClassName
{
border-color: #0EC1AA;
}
</style>