Shades of Light Sea Green #0EC0B5
Tints of Light Sea Green #0EC0B5
RGB
CMYK
RGB Variations
Color information
#0EC0B5 (or 0x0EC0B5) is known color: Light Sea Green. HEX triplet: 0E, C0 and B5. RGB value is (14,192,181). Sum of RGB (Red+Green+Blue) = 14+192+181=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0B5 is #F13F4A. Grayscale: #898989. Windows color (decimal): -15810379 or 11911182. OLE color: 11911182.
HSL color Cylindrical-coordinate representation of color #0EC0B5: hue angle of 176.29º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC0B5 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 181 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.25 |
| HSL | 176.29º | 0.86% | 0.4% | - |
| HSV(B) | 176.29º | 0.93% | 0.75% | - |
| XYZ | 27.37 | 41.13 | 50.21 | - |
| YUV | 137.52 | 152.53 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 181 | 0.93 | 0 | 0.06 | 0.25 | 176.29 | 0.86 | 0.4 |
| Hex | E | C0 | B5 | 5D | 0 | 6 | 19 | B0 | 56 | 28 |
| Octal | 16 | 300 | 265 | 135 | 0 | 6 | 31 | 260 | 126 | 50 |
| Binary | 1110 | 11000000 | 10110101 | 1011101 | 0 | 110 | 11001 | 10110000 | 1010110 | 101000 |
Color Harmonies of #0EC0B5
Complementary color
Monochromatic Colors of #0EC0B5
Black with #0EC0B5
Text Example
Text Example
White with #0EC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0B5; }
p { color: rgb(14,192,181); }
H1.HeaderClassName
{
color: #0EC0B5;
}
.AnyTagClassName
{
color: #0EC0B5;
}
</style>
background-color css
<style>
a { background-color: #0EC0B5; }
a { background-color: rgb(14,192,181); }
div.DivClassName
{
background-color: #0EC0B5;
}
.BgClassName
{
background-color: #0EC0B5;
}
</style>
border-color css
<style>
span { border-color: #0EC0B5; }
span { border-color: rgb(14,192,181); }
td.TdClassName
{
border-color: #0EC0B5;
}
.TagClassName
{
border-color: #0EC0B5;
}
</style>