Shades of Light Sea Green #0EBEAC
Tints of Light Sea Green #0EBEAC
RGB
CMYK
RGB Variations
Color information
#0EBEAC (or 0x0EBEAC) is known color: Light Sea Green. HEX triplet: 0E, BE and AC. RGB value is (14,190,172). Sum of RGB (Red+Green+Blue) = 14+190+172=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBEAC is #F14153. Grayscale: #878787. Windows color (decimal): -15810900 or 11320846. OLE color: 11320846.
HSL color Cylindrical-coordinate representation of color #0EBEAC: hue angle of 173.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBEAC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 172 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.25 |
| HSL | 173.86º | 0.86% | 0.4% | - |
| HSV(B) | 173.86º | 0.93% | 0.75% | - |
| XYZ | 26.04 | 39.9 | 45.36 | - |
| YUV | 135.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 172 | 0.93 | 0 | 0.09 | 0.25 | 173.86 | 0.86 | 0.4 |
| Hex | E | BE | AC | 5D | 0 | 9 | 19 | AE | 56 | 28 |
| Octal | 16 | 276 | 254 | 135 | 0 | 11 | 31 | 256 | 126 | 50 |
| Binary | 1110 | 10111110 | 10101100 | 1011101 | 0 | 1001 | 11001 | 10101110 | 1010110 | 101000 |
Color Harmonies of #0EBEAC
Complementary color
Monochromatic Colors of #0EBEAC
Black with #0EBEAC
Text Example
Text Example
White with #0EBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEAC; }
p { color: rgb(14,190,172); }
H1.HeaderClassName
{
color: #0EBEAC;
}
.AnyTagClassName
{
color: #0EBEAC;
}
</style>
background-color css
<style>
a { background-color: #0EBEAC; }
a { background-color: rgb(14,190,172); }
div.DivClassName
{
background-color: #0EBEAC;
}
.BgClassName
{
background-color: #0EBEAC;
}
</style>
border-color css
<style>
span { border-color: #0EBEAC; }
span { border-color: rgb(14,190,172); }
td.TdClassName
{
border-color: #0EBEAC;
}
.TagClassName
{
border-color: #0EBEAC;
}
</style>