Shades of Light Sea Green #0EADA8
Tints of Light Sea Green #0EADA8
RGB
CMYK
RGB Variations
Color information
#0EADA8 (or 0x0EADA8) is known color: Light Sea Green. HEX triplet: 0E, AD and A8. RGB value is (14,173,168). Sum of RGB (Red+Green+Blue) = 14+173+168=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADA8 is #F15257. Grayscale: #7C7C7C. Windows color (decimal): -15815256 or 11054350. OLE color: 11054350.
HSL color Cylindrical-coordinate representation of color #0EADA8: hue angle of 178.11º 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 #0EADA8 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 168 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.32 |
| HSL | 178.11º | 0.85% | 0.37% | - |
| HSV(B) | 178.11º | 0.92% | 0.68% | - |
| XYZ | 22.19 | 32.81 | 42.21 | - |
| YUV | 124.89 | 152.32 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 168 | 0.92 | 0 | 0.03 | 0.32 | 178.11 | 0.85 | 0.37 |
| Hex | E | AD | A8 | 5C | 0 | 3 | 20 | B2 | 55 | 25 |
| Octal | 16 | 255 | 250 | 134 | 0 | 3 | 40 | 262 | 125 | 45 |
| Binary | 1110 | 10101101 | 10101000 | 1011100 | 0 | 11 | 100000 | 10110010 | 1010101 | 100101 |
Color Harmonies of #0EADA8
Complementary color
Monochromatic Colors of #0EADA8
Black with #0EADA8
Text Example
Text Example
White with #0EADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADA8; }
p { color: rgb(14,173,168); }
H1.HeaderClassName
{
color: #0EADA8;
}
.AnyTagClassName
{
color: #0EADA8;
}
</style>
background-color css
<style>
a { background-color: #0EADA8; }
a { background-color: rgb(14,173,168); }
div.DivClassName
{
background-color: #0EADA8;
}
.BgClassName
{
background-color: #0EADA8;
}
</style>
border-color css
<style>
span { border-color: #0EADA8; }
span { border-color: rgb(14,173,168); }
td.TdClassName
{
border-color: #0EADA8;
}
.TagClassName
{
border-color: #0EADA8;
}
</style>