Shades of Light Sea Green #0EBDAC
Tints of Light Sea Green #0EBDAC
RGB
CMYK
RGB Variations
Color information
#0EBDAC (or 0x0EBDAC) is known color: Light Sea Green. HEX triplet: 0E, BD and AC. RGB value is (14,189,172). Sum of RGB (Red+Green+Blue) = 14+189+172=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBDAC is #F14253. Grayscale: #868686. Windows color (decimal): -15811156 or 11320590. OLE color: 11320590.
HSL color Cylindrical-coordinate representation of color #0EBDAC: hue angle of 174.17º 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 #0EBDAC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 172 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.26 |
| HSL | 174.17º | 0.86% | 0.4% | - |
| HSV(B) | 174.17º | 0.93% | 0.74% | - |
| XYZ | 25.83 | 39.47 | 45.29 | - |
| YUV | 134.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 172 | 0.93 | 0 | 0.09 | 0.26 | 174.17 | 0.86 | 0.4 |
| Hex | E | BD | AC | 5D | 0 | 9 | 1A | AE | 56 | 28 |
| Octal | 16 | 275 | 254 | 135 | 0 | 11 | 32 | 256 | 126 | 50 |
| Binary | 1110 | 10111101 | 10101100 | 1011101 | 0 | 1001 | 11010 | 10101110 | 1010110 | 101000 |
Color Harmonies of #0EBDAC
Complementary color
Monochromatic Colors of #0EBDAC
Black with #0EBDAC
Text Example
Text Example
White with #0EBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDAC; }
p { color: rgb(14,189,172); }
H1.HeaderClassName
{
color: #0EBDAC;
}
.AnyTagClassName
{
color: #0EBDAC;
}
</style>
background-color css
<style>
a { background-color: #0EBDAC; }
a { background-color: rgb(14,189,172); }
div.DivClassName
{
background-color: #0EBDAC;
}
.BgClassName
{
background-color: #0EBDAC;
}
</style>
border-color css
<style>
span { border-color: #0EBDAC; }
span { border-color: rgb(14,189,172); }
td.TdClassName
{
border-color: #0EBDAC;
}
.TagClassName
{
border-color: #0EBDAC;
}
</style>