Shades of Light Sea Green #0EBEA6
Tints of Light Sea Green #0EBEA6
RGB
CMYK
RGB Variations
Color information
#0EBEA6 (or 0x0EBEA6) is known color: Light Sea Green. HEX triplet: 0E, BE and A6. RGB value is (14,190,166). Sum of RGB (Red+Green+Blue) = 14+190+166=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBEA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBEA6 is #F14159. Grayscale: #868686. Windows color (decimal): -15810906 or 10927630. OLE color: 10927630.
HSL color Cylindrical-coordinate representation of color #0EBEA6: hue angle of 171.82º 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 #0EBEA6 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 166 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.25 |
| HSL | 171.82º | 0.86% | 0.4% | - |
| HSV(B) | 171.82º | 0.93% | 0.75% | - |
| XYZ | 25.48 | 39.67 | 42.39 | - |
| YUV | 134.64 | 145.69 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 166 | 0.93 | 0 | 0.13 | 0.25 | 171.82 | 0.86 | 0.4 |
| Hex | E | BE | A6 | 5D | 0 | D | 19 | AC | 56 | 28 |
| Octal | 16 | 276 | 246 | 135 | 0 | 15 | 31 | 254 | 126 | 50 |
| Binary | 1110 | 10111110 | 10100110 | 1011101 | 0 | 1101 | 11001 | 10101100 | 1010110 | 101000 |
Color Harmonies of #0EBEA6
Complementary color
Monochromatic Colors of #0EBEA6
Black with #0EBEA6
Text Example
Text Example
White with #0EBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEA6; }
p { color: rgb(14,190,166); }
H1.HeaderClassName
{
color: #0EBEA6;
}
.AnyTagClassName
{
color: #0EBEA6;
}
</style>
background-color css
<style>
a { background-color: #0EBEA6; }
a { background-color: rgb(14,190,166); }
div.DivClassName
{
background-color: #0EBEA6;
}
.BgClassName
{
background-color: #0EBEA6;
}
</style>
border-color css
<style>
span { border-color: #0EBEA6; }
span { border-color: rgb(14,190,166); }
td.TdClassName
{
border-color: #0EBEA6;
}
.TagClassName
{
border-color: #0EBEA6;
}
</style>