Shades of Light Sea Green #0EADAB
Tints of Light Sea Green #0EADAB
RGB
CMYK
RGB Variations
Color information
#0EADAB (or 0x0EADAB) is known color: Light Sea Green. HEX triplet: 0E, AD and AB. RGB value is (14,173,171). Sum of RGB (Red+Green+Blue) = 14+173+171=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADAB is #F15254. Grayscale: #7D7D7D. Windows color (decimal): -15815253 or 11250958. OLE color: 11250958.
HSL color Cylindrical-coordinate representation of color #0EADAB: hue angle of 179.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EADAB is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 171 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.32 |
| HSL | 179.25º | 0.85% | 0.37% | - |
| HSV(B) | 179.25º | 0.92% | 0.68% | - |
| XYZ | 22.48 | 32.92 | 43.7 | - |
| YUV | 125.23 | 153.82 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 171 | 0.92 | 0 | 0.01 | 0.32 | 179.25 | 0.85 | 0.37 |
| Hex | E | AD | AB | 5C | 0 | 1 | 20 | B3 | 55 | 25 |
| Octal | 16 | 255 | 253 | 134 | 0 | 1 | 40 | 263 | 125 | 45 |
| Binary | 1110 | 10101101 | 10101011 | 1011100 | 0 | 1 | 100000 | 10110011 | 1010101 | 100101 |
Color Harmonies of #0EADAB
Complementary color
Monochromatic Colors of #0EADAB
Black with #0EADAB
Text Example
Text Example
White with #0EADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADAB; }
p { color: rgb(14,173,171); }
H1.HeaderClassName
{
color: #0EADAB;
}
.AnyTagClassName
{
color: #0EADAB;
}
</style>
background-color css
<style>
a { background-color: #0EADAB; }
a { background-color: rgb(14,173,171); }
div.DivClassName
{
background-color: #0EADAB;
}
.BgClassName
{
background-color: #0EADAB;
}
</style>
border-color css
<style>
span { border-color: #0EADAB; }
span { border-color: rgb(14,173,171); }
td.TdClassName
{
border-color: #0EADAB;
}
.TagClassName
{
border-color: #0EADAB;
}
</style>