Shades of Light Sea Green #0EBDB5
Tints of Light Sea Green #0EBDB5
RGB
CMYK
RGB Variations
Color information
#0EBDB5 (or 0x0EBDB5) is known color: Light Sea Green. HEX triplet: 0E, BD and B5. RGB value is (14,189,181). Sum of RGB (Red+Green+Blue) = 14+189+181=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDB5 is #F1424A. Grayscale: #878787. Windows color (decimal): -15811147 or 11910414. OLE color: 11910414.
HSL color Cylindrical-coordinate representation of color #0EBDB5: hue angle of 177.26º 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 #0EBDB5 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 181 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.26 |
| HSL | 177.26º | 0.86% | 0.4% | - |
| HSV(B) | 177.26º | 0.93% | 0.74% | - |
| XYZ | 26.72 | 39.82 | 49.99 | - |
| YUV | 135.76 | 153.52 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 181 | 0.93 | 0 | 0.04 | 0.26 | 177.26 | 0.86 | 0.4 |
| Hex | E | BD | B5 | 5D | 0 | 4 | 1A | B1 | 56 | 28 |
| Octal | 16 | 275 | 265 | 135 | 0 | 4 | 32 | 261 | 126 | 50 |
| Binary | 1110 | 10111101 | 10110101 | 1011101 | 0 | 100 | 11010 | 10110001 | 1010110 | 101000 |
Color Harmonies of #0EBDB5
Complementary color
Monochromatic Colors of #0EBDB5
Black with #0EBDB5
Text Example
Text Example
White with #0EBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDB5; }
p { color: rgb(14,189,181); }
H1.HeaderClassName
{
color: #0EBDB5;
}
.AnyTagClassName
{
color: #0EBDB5;
}
</style>
background-color css
<style>
a { background-color: #0EBDB5; }
a { background-color: rgb(14,189,181); }
div.DivClassName
{
background-color: #0EBDB5;
}
.BgClassName
{
background-color: #0EBDB5;
}
</style>
border-color css
<style>
span { border-color: #0EBDB5; }
span { border-color: rgb(14,189,181); }
td.TdClassName
{
border-color: #0EBDB5;
}
.TagClassName
{
border-color: #0EBDB5;
}
</style>