Shades of Light Sea Green #0EBDB6
Tints of Light Sea Green #0EBDB6
RGB
CMYK
RGB Variations
Color information
#0EBDB6 (or 0x0EBDB6) is known color: Light Sea Green. HEX triplet: 0E, BD and B6. RGB value is (14,189,182). Sum of RGB (Red+Green+Blue) = 14+189+182=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDB6 is #F14249. Grayscale: #878787. Windows color (decimal): -15811146 or 11975950. OLE color: 11975950.
HSL color Cylindrical-coordinate representation of color #0EBDB6: hue angle of 177.6º 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 #0EBDB6 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 182 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.26 |
| HSL | 177.6º | 0.86% | 0.4% | - |
| HSV(B) | 177.6º | 0.93% | 0.74% | - |
| XYZ | 26.82 | 39.87 | 50.54 | - |
| YUV | 135.88 | 154.02 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 182 | 0.93 | 0 | 0.04 | 0.26 | 177.6 | 0.86 | 0.4 |
| Hex | E | BD | B6 | 5D | 0 | 4 | 1A | B2 | 56 | 28 |
| Octal | 16 | 275 | 266 | 135 | 0 | 4 | 32 | 262 | 126 | 50 |
| Binary | 1110 | 10111101 | 10110110 | 1011101 | 0 | 100 | 11010 | 10110010 | 1010110 | 101000 |
Color Harmonies of #0EBDB6
Complementary color
Monochromatic Colors of #0EBDB6
Black with #0EBDB6
Text Example
Text Example
White with #0EBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDB6; }
p { color: rgb(14,189,182); }
H1.HeaderClassName
{
color: #0EBDB6;
}
.AnyTagClassName
{
color: #0EBDB6;
}
</style>
background-color css
<style>
a { background-color: #0EBDB6; }
a { background-color: rgb(14,189,182); }
div.DivClassName
{
background-color: #0EBDB6;
}
.BgClassName
{
background-color: #0EBDB6;
}
</style>
border-color css
<style>
span { border-color: #0EBDB6; }
span { border-color: rgb(14,189,182); }
td.TdClassName
{
border-color: #0EBDB6;
}
.TagClassName
{
border-color: #0EBDB6;
}
</style>