Shades of Light Sea Green #0EB4A0
Tints of Light Sea Green #0EB4A0
RGB
CMYK
RGB Variations
Color information
#0EB4A0 (or 0x0EB4A0) is known color: Light Sea Green. HEX triplet: 0E, B4 and A0. RGB value is (14,180,160). Sum of RGB (Red+Green+Blue) = 14+180+160=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB4A0 is #F14B5F. Grayscale: #808080. Windows color (decimal): -15813472 or 10531854. OLE color: 10531854.
HSL color Cylindrical-coordinate representation of color #0EB4A0: hue angle of 172.77º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB4A0 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 180 | 160 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.29 |
| HSL | 172.77º | 0.86% | 0.38% | - |
| HSV(B) | 172.77º | 0.92% | 0.71% | - |
| XYZ | 22.85 | 35.27 | 38.86 | - |
| YUV | 128.09 | 146 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 180 | 160 | 0.92 | 0 | 0.11 | 0.29 | 172.77 | 0.86 | 0.38 |
| Hex | E | B4 | A0 | 5C | 0 | B | 1D | AD | 56 | 26 |
| Octal | 16 | 264 | 240 | 134 | 0 | 13 | 35 | 255 | 126 | 46 |
| Binary | 1110 | 10110100 | 10100000 | 1011100 | 0 | 1011 | 11101 | 10101101 | 1010110 | 100110 |
Color Harmonies of #0EB4A0
Complementary color
Monochromatic Colors of #0EB4A0
Black with #0EB4A0
Text Example
Text Example
White with #0EB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB4A0; }
p { color: rgb(14,180,160); }
H1.HeaderClassName
{
color: #0EB4A0;
}
.AnyTagClassName
{
color: #0EB4A0;
}
</style>
background-color css
<style>
a { background-color: #0EB4A0; }
a { background-color: rgb(14,180,160); }
div.DivClassName
{
background-color: #0EB4A0;
}
.BgClassName
{
background-color: #0EB4A0;
}
</style>
border-color css
<style>
span { border-color: #0EB4A0; }
span { border-color: rgb(14,180,160); }
td.TdClassName
{
border-color: #0EB4A0;
}
.TagClassName
{
border-color: #0EB4A0;
}
</style>