Shades of Light Sea Green #0EBAAA
Tints of Light Sea Green #0EBAAA
RGB
CMYK
RGB Variations
Color information
#0EBAAA (or 0x0EBAAA) is known color: Light Sea Green. HEX triplet: 0E, BA and AA. RGB value is (14,186,170). Sum of RGB (Red+Green+Blue) = 14+186+170=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBAAA is #F14555. Grayscale: #848484. Windows color (decimal): -15811926 or 11188750. OLE color: 11188750.
HSL color Cylindrical-coordinate representation of color #0EBAAA: hue angle of 174.42º 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 #0EBAAA is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 170 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.27 |
| HSL | 174.42º | 0.86% | 0.39% | - |
| HSV(B) | 174.42º | 0.92% | 0.73% | - |
| XYZ | 25 | 38.11 | 44.07 | - |
| YUV | 132.75 | 149.02 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 170 | 0.92 | 0 | 0.09 | 0.27 | 174.42 | 0.86 | 0.39 |
| Hex | E | BA | AA | 5C | 0 | 9 | 1B | AE | 56 | 27 |
| Octal | 16 | 272 | 252 | 134 | 0 | 11 | 33 | 256 | 126 | 47 |
| Binary | 1110 | 10111010 | 10101010 | 1011100 | 0 | 1001 | 11011 | 10101110 | 1010110 | 100111 |
Color Harmonies of #0EBAAA
Complementary color
Monochromatic Colors of #0EBAAA
Black with #0EBAAA
Text Example
Text Example
White with #0EBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBAAA; }
p { color: rgb(14,186,170); }
H1.HeaderClassName
{
color: #0EBAAA;
}
.AnyTagClassName
{
color: #0EBAAA;
}
</style>
background-color css
<style>
a { background-color: #0EBAAA; }
a { background-color: rgb(14,186,170); }
div.DivClassName
{
background-color: #0EBAAA;
}
.BgClassName
{
background-color: #0EBAAA;
}
</style>
border-color css
<style>
span { border-color: #0EBAAA; }
span { border-color: rgb(14,186,170); }
td.TdClassName
{
border-color: #0EBAAA;
}
.TagClassName
{
border-color: #0EBAAA;
}
</style>