Shades of Light Sea Green #0EBA9F
Tints of Light Sea Green #0EBA9F
RGB
CMYK
RGB Variations
Color information
#0EBA9F (or 0x0EBA9F) is known color: Light Sea Green. HEX triplet: 0E, BA and 9F. RGB value is (14,186,159). Sum of RGB (Red+Green+Blue) = 14+186+159=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA9F is #F14560. Grayscale: #838383. Windows color (decimal): -15811937 or 10467854. OLE color: 10467854.
HSL color Cylindrical-coordinate representation of color #0EBA9F: hue angle of 170.58º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA9F is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 159 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.27 |
| HSL | 170.58º | 0.86% | 0.39% | - |
| HSV(B) | 170.58º | 0.92% | 0.73% | - |
| XYZ | 24 | 37.71 | 38.82 | - |
| YUV | 131.49 | 143.52 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 159 | 0.92 | 0 | 0.15 | 0.27 | 170.58 | 0.86 | 0.39 |
| Hex | E | BA | 9F | 5C | 0 | F | 1B | AB | 56 | 27 |
| Octal | 16 | 272 | 237 | 134 | 0 | 17 | 33 | 253 | 126 | 47 |
| Binary | 1110 | 10111010 | 10011111 | 1011100 | 0 | 1111 | 11011 | 10101011 | 1010110 | 100111 |
Color Harmonies of #0EBA9F
Complementary color
Monochromatic Colors of #0EBA9F
Black with #0EBA9F
Text Example
Text Example
White with #0EBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA9F; }
p { color: rgb(14,186,159); }
H1.HeaderClassName
{
color: #0EBA9F;
}
.AnyTagClassName
{
color: #0EBA9F;
}
</style>
background-color css
<style>
a { background-color: #0EBA9F; }
a { background-color: rgb(14,186,159); }
div.DivClassName
{
background-color: #0EBA9F;
}
.BgClassName
{
background-color: #0EBA9F;
}
</style>
border-color css
<style>
span { border-color: #0EBA9F; }
span { border-color: rgb(14,186,159); }
td.TdClassName
{
border-color: #0EBA9F;
}
.TagClassName
{
border-color: #0EBA9F;
}
</style>