Shades of Light Sea Green #0EC1B7
Tints of Light Sea Green #0EC1B7
RGB
CMYK
RGB Variations
Color information
#0EC1B7 (or 0x0EC1B7) is known color: Light Sea Green. HEX triplet: 0E, C1 and B7. RGB value is (14,193,183). Sum of RGB (Red+Green+Blue) = 14+193+183=390 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.59% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC1B7 is #F13E48. Grayscale: #8A8A8A. Windows color (decimal): -15810121 or 12042510. OLE color: 12042510.
HSL color Cylindrical-coordinate representation of color #0EC1B7: hue angle of 176.65º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC1B7 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 183 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.24 |
| HSL | 176.65º | 0.86% | 0.41% | - |
| HSV(B) | 176.65º | 0.93% | 0.76% | - |
| XYZ | 27.8 | 41.65 | 51.37 | - |
| YUV | 138.34 | 153.2 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 183 | 0.93 | 0 | 0.05 | 0.24 | 176.65 | 0.86 | 0.41 |
| Hex | E | C1 | B7 | 5D | 0 | 5 | 18 | B1 | 56 | 29 |
| Octal | 16 | 301 | 267 | 135 | 0 | 5 | 30 | 261 | 126 | 51 |
| Binary | 1110 | 11000001 | 10110111 | 1011101 | 0 | 101 | 11000 | 10110001 | 1010110 | 101001 |
Color Harmonies of #0EC1B7
Complementary color
Monochromatic Colors of #0EC1B7
Black with #0EC1B7
Text Example
Text Example
White with #0EC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1B7; }
p { color: rgb(14,193,183); }
H1.HeaderClassName
{
color: #0EC1B7;
}
.AnyTagClassName
{
color: #0EC1B7;
}
</style>
background-color css
<style>
a { background-color: #0EC1B7; }
a { background-color: rgb(14,193,183); }
div.DivClassName
{
background-color: #0EC1B7;
}
.BgClassName
{
background-color: #0EC1B7;
}
</style>
border-color css
<style>
span { border-color: #0EC1B7; }
span { border-color: rgb(14,193,183); }
td.TdClassName
{
border-color: #0EC1B7;
}
.TagClassName
{
border-color: #0EC1B7;
}
</style>