Shades of Light Sea Green #0EBDB0
Tints of Light Sea Green #0EBDB0
RGB
CMYK
RGB Variations
Color information
#0EBDB0 (or 0x0EBDB0) is known color: Light Sea Green. HEX triplet: 0E, BD and B0. RGB value is (14,189,176). Sum of RGB (Red+Green+Blue) = 14+189+176=379 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.69% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBDB0 is #F1424F. Grayscale: #878787. Windows color (decimal): -15811152 or 11582734. OLE color: 11582734.
HSL color Cylindrical-coordinate representation of color #0EBDB0: hue angle of 175.54º 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 #0EBDB0 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 176 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.26 |
| HSL | 175.54º | 0.86% | 0.4% | - |
| HSV(B) | 175.54º | 0.93% | 0.74% | - |
| XYZ | 26.22 | 39.62 | 47.34 | - |
| YUV | 135.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 176 | 0.93 | 0 | 0.07 | 0.26 | 175.54 | 0.86 | 0.4 |
| Hex | E | BD | B0 | 5D | 0 | 7 | 1A | B0 | 56 | 28 |
| Octal | 16 | 275 | 260 | 135 | 0 | 7 | 32 | 260 | 126 | 50 |
| Binary | 1110 | 10111101 | 10110000 | 1011101 | 0 | 111 | 11010 | 10110000 | 1010110 | 101000 |
Color Harmonies of #0EBDB0
Complementary color
Monochromatic Colors of #0EBDB0
Black with #0EBDB0
Text Example
Text Example
White with #0EBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDB0; }
p { color: rgb(14,189,176); }
H1.HeaderClassName
{
color: #0EBDB0;
}
.AnyTagClassName
{
color: #0EBDB0;
}
</style>
background-color css
<style>
a { background-color: #0EBDB0; }
a { background-color: rgb(14,189,176); }
div.DivClassName
{
background-color: #0EBDB0;
}
.BgClassName
{
background-color: #0EBDB0;
}
</style>
border-color css
<style>
span { border-color: #0EBDB0; }
span { border-color: rgb(14,189,176); }
td.TdClassName
{
border-color: #0EBDB0;
}
.TagClassName
{
border-color: #0EBDB0;
}
</style>