Shades of Light Sea Green #0EBAAB
Tints of Light Sea Green #0EBAAB
RGB
CMYK
RGB Variations
Color information
#0EBAAB (or 0x0EBAAB) is known color: Light Sea Green. HEX triplet: 0E, BA and AB. RGB value is (14,186,171). Sum of RGB (Red+Green+Blue) = 14+186+171=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBAAB is #F14554. Grayscale: #848484. Windows color (decimal): -15811925 or 11254286. OLE color: 11254286.
HSL color Cylindrical-coordinate representation of color #0EBAAB: hue angle of 174.77º 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 #0EBAAB is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 171 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.27 |
| HSL | 174.77º | 0.86% | 0.39% | - |
| HSV(B) | 174.77º | 0.92% | 0.73% | - |
| XYZ | 25.09 | 38.15 | 44.57 | - |
| YUV | 132.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 171 | 0.92 | 0 | 0.08 | 0.27 | 174.77 | 0.86 | 0.39 |
| Hex | E | BA | AB | 5C | 0 | 8 | 1B | AF | 56 | 27 |
| Octal | 16 | 272 | 253 | 134 | 0 | 10 | 33 | 257 | 126 | 47 |
| Binary | 1110 | 10111010 | 10101011 | 1011100 | 0 | 1000 | 11011 | 10101111 | 1010110 | 100111 |
Color Harmonies of #0EBAAB
Complementary color
Monochromatic Colors of #0EBAAB
Black with #0EBAAB
Text Example
Text Example
White with #0EBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBAAB; }
p { color: rgb(14,186,171); }
H1.HeaderClassName
{
color: #0EBAAB;
}
.AnyTagClassName
{
color: #0EBAAB;
}
</style>
background-color css
<style>
a { background-color: #0EBAAB; }
a { background-color: rgb(14,186,171); }
div.DivClassName
{
background-color: #0EBAAB;
}
.BgClassName
{
background-color: #0EBAAB;
}
</style>
border-color css
<style>
span { border-color: #0EBAAB; }
span { border-color: rgb(14,186,171); }
td.TdClassName
{
border-color: #0EBAAB;
}
.TagClassName
{
border-color: #0EBAAB;
}
</style>