Shades of Light Sea Green #0EAEA8
Tints of Light Sea Green #0EAEA8
RGB
CMYK
RGB Variations
Color information
#0EAEA8 (or 0x0EAEA8) is known color: Light Sea Green. HEX triplet: 0E, AE and A8. RGB value is (14,174,168). Sum of RGB (Red+Green+Blue) = 14+174+168=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAEA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAEA8 is #F15157. Grayscale: #7D7D7D. Windows color (decimal): -15815000 or 11054606. OLE color: 11054606.
HSL color Cylindrical-coordinate representation of color #0EAEA8: hue angle of 177.75º 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 #0EAEA8 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 174 | 168 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.32 |
| HSL | 177.75º | 0.85% | 0.37% | - |
| HSV(B) | 177.75º | 0.92% | 0.68% | - |
| XYZ | 22.39 | 33.19 | 42.27 | - |
| YUV | 125.48 | 151.99 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 168 | 0.92 | 0 | 0.03 | 0.32 | 177.75 | 0.85 | 0.37 |
| Hex | E | AE | A8 | 5C | 0 | 3 | 20 | B2 | 55 | 25 |
| Octal | 16 | 256 | 250 | 134 | 0 | 3 | 40 | 262 | 125 | 45 |
| Binary | 1110 | 10101110 | 10101000 | 1011100 | 0 | 11 | 100000 | 10110010 | 1010101 | 100101 |
Color Harmonies of #0EAEA8
Complementary color
Monochromatic Colors of #0EAEA8
Black with #0EAEA8
Text Example
Text Example
White with #0EAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEA8; }
p { color: rgb(14,174,168); }
H1.HeaderClassName
{
color: #0EAEA8;
}
.AnyTagClassName
{
color: #0EAEA8;
}
</style>
background-color css
<style>
a { background-color: #0EAEA8; }
a { background-color: rgb(14,174,168); }
div.DivClassName
{
background-color: #0EAEA8;
}
.BgClassName
{
background-color: #0EAEA8;
}
</style>
border-color css
<style>
span { border-color: #0EAEA8; }
span { border-color: rgb(14,174,168); }
td.TdClassName
{
border-color: #0EAEA8;
}
.TagClassName
{
border-color: #0EAEA8;
}
</style>