Shades of Light Sea Green #0EABA2
Tints of Light Sea Green #0EABA2
RGB
CMYK
RGB Variations
Color information
#0EABA2 (or 0x0EABA2) is known color: Light Sea Green. HEX triplet: 0E, AB and A2. RGB value is (14,171,162). Sum of RGB (Red+Green+Blue) = 14+171+162=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA2 is #F1545D. Grayscale: #7A7A7A. Windows color (decimal): -15815774 or 10660622. OLE color: 10660622.
HSL color Cylindrical-coordinate representation of color #0EABA2: hue angle of 176.56º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EABA2 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 162 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.33 |
| HSL | 176.56º | 0.85% | 0.36% | - |
| HSV(B) | 176.56º | 0.92% | 0.67% | - |
| XYZ | 21.27 | 31.83 | 39.2 | - |
| YUV | 123.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 162 | 0.92 | 0 | 0.05 | 0.33 | 176.56 | 0.85 | 0.36 |
| Hex | E | AB | A2 | 5C | 0 | 5 | 21 | B1 | 55 | 24 |
| Octal | 16 | 253 | 242 | 134 | 0 | 5 | 41 | 261 | 125 | 44 |
| Binary | 1110 | 10101011 | 10100010 | 1011100 | 0 | 101 | 100001 | 10110001 | 1010101 | 100100 |
Color Harmonies of #0EABA2
Complementary color
Monochromatic Colors of #0EABA2
Black with #0EABA2
Text Example
Text Example
White with #0EABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EABA2; }
p { color: rgb(14,171,162); }
H1.HeaderClassName
{
color: #0EABA2;
}
.AnyTagClassName
{
color: #0EABA2;
}
</style>
background-color css
<style>
a { background-color: #0EABA2; }
a { background-color: rgb(14,171,162); }
div.DivClassName
{
background-color: #0EABA2;
}
.BgClassName
{
background-color: #0EABA2;
}
</style>
border-color css
<style>
span { border-color: #0EABA2; }
span { border-color: rgb(14,171,162); }
td.TdClassName
{
border-color: #0EABA2;
}
.TagClassName
{
border-color: #0EABA2;
}
</style>