Shades of Light Sea Green #0EBEB1
Tints of Light Sea Green #0EBEB1
RGB
CMYK
RGB Variations
Color information
#0EBEB1 (or 0x0EBEB1) is known color: Light Sea Green. HEX triplet: 0E, BE and B1. RGB value is (14,190,177). Sum of RGB (Red+Green+Blue) = 14+190+177=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBEB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBEB1 is #F1414E. Grayscale: #878787. Windows color (decimal): -15810895 or 11648526. OLE color: 11648526.
HSL color Cylindrical-coordinate representation of color #0EBEB1: hue angle of 175.57º 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 #0EBEB1 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 177 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.25 |
| HSL | 175.57º | 0.86% | 0.4% | - |
| HSV(B) | 175.57º | 0.93% | 0.75% | - |
| XYZ | 26.53 | 40.09 | 47.94 | - |
| YUV | 135.89 | 151.19 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 177 | 0.93 | 0 | 0.07 | 0.25 | 175.57 | 0.86 | 0.4 |
| Hex | E | BE | B1 | 5D | 0 | 7 | 19 | B0 | 56 | 28 |
| Octal | 16 | 276 | 261 | 135 | 0 | 7 | 31 | 260 | 126 | 50 |
| Binary | 1110 | 10111110 | 10110001 | 1011101 | 0 | 111 | 11001 | 10110000 | 1010110 | 101000 |
Color Harmonies of #0EBEB1
Complementary color
Monochromatic Colors of #0EBEB1
Black with #0EBEB1
Text Example
Text Example
White with #0EBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEB1; }
p { color: rgb(14,190,177); }
H1.HeaderClassName
{
color: #0EBEB1;
}
.AnyTagClassName
{
color: #0EBEB1;
}
</style>
background-color css
<style>
a { background-color: #0EBEB1; }
a { background-color: rgb(14,190,177); }
div.DivClassName
{
background-color: #0EBEB1;
}
.BgClassName
{
background-color: #0EBEB1;
}
</style>
border-color css
<style>
span { border-color: #0EBEB1; }
span { border-color: rgb(14,190,177); }
td.TdClassName
{
border-color: #0EBEB1;
}
.TagClassName
{
border-color: #0EBEB1;
}
</style>