Shades of Light Sea Green #0EBCAC
Tints of Light Sea Green #0EBCAC
RGB
CMYK
RGB Variations
Color information
#0EBCAC (or 0x0EBCAC) is known color: Light Sea Green. HEX triplet: 0E, BC and AC. RGB value is (14,188,172). Sum of RGB (Red+Green+Blue) = 14+188+172=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBCAC is #F14353. Grayscale: #868686. Windows color (decimal): -15811412 or 11320334. OLE color: 11320334.
HSL color Cylindrical-coordinate representation of color #0EBCAC: hue angle of 174.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBCAC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 172 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.26 |
| HSL | 174.48º | 0.86% | 0.4% | - |
| HSV(B) | 174.48º | 0.93% | 0.74% | - |
| XYZ | 25.61 | 39.04 | 45.22 | - |
| YUV | 134.15 | 149.35 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 172 | 0.93 | 0 | 0.09 | 0.26 | 174.48 | 0.86 | 0.4 |
| Hex | E | BC | AC | 5D | 0 | 9 | 1A | AE | 56 | 28 |
| Octal | 16 | 274 | 254 | 135 | 0 | 11 | 32 | 256 | 126 | 50 |
| Binary | 1110 | 10111100 | 10101100 | 1011101 | 0 | 1001 | 11010 | 10101110 | 1010110 | 101000 |
Color Harmonies of #0EBCAC
Complementary color
Monochromatic Colors of #0EBCAC
Black with #0EBCAC
Text Example
Text Example
White with #0EBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBCAC; }
p { color: rgb(14,188,172); }
H1.HeaderClassName
{
color: #0EBCAC;
}
.AnyTagClassName
{
color: #0EBCAC;
}
</style>
background-color css
<style>
a { background-color: #0EBCAC; }
a { background-color: rgb(14,188,172); }
div.DivClassName
{
background-color: #0EBCAC;
}
.BgClassName
{
background-color: #0EBCAC;
}
</style>
border-color css
<style>
span { border-color: #0EBCAC; }
span { border-color: rgb(14,188,172); }
td.TdClassName
{
border-color: #0EBCAC;
}
.TagClassName
{
border-color: #0EBCAC;
}
</style>