Shades of Light Sea Green #0EB9A1
Tints of Light Sea Green #0EB9A1
RGB
CMYK
RGB Variations
Color information
#0EB9A1 (or 0x0EB9A1) is known color: Light Sea Green. HEX triplet: 0E, B9 and A1. RGB value is (14,185,161). Sum of RGB (Red+Green+Blue) = 14+185+161=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB9A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB9A1 is #F1465E. Grayscale: #838383. Windows color (decimal): -15812191 or 10598670. OLE color: 10598670.
HSL color Cylindrical-coordinate representation of color #0EB9A1: hue angle of 171.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 #0EB9A1 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 185 | 161 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.27 |
| HSL | 171.58º | 0.86% | 0.39% | - |
| HSV(B) | 171.58º | 0.92% | 0.73% | - |
| XYZ | 23.96 | 37.36 | 39.67 | - |
| YUV | 131.14 | 144.85 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 185 | 161 | 0.92 | 0 | 0.13 | 0.27 | 171.58 | 0.86 | 0.39 |
| Hex | E | B9 | A1 | 5C | 0 | D | 1B | AC | 56 | 27 |
| Octal | 16 | 271 | 241 | 134 | 0 | 15 | 33 | 254 | 126 | 47 |
| Binary | 1110 | 10111001 | 10100001 | 1011100 | 0 | 1101 | 11011 | 10101100 | 1010110 | 100111 |
Color Harmonies of #0EB9A1
Complementary color
Monochromatic Colors of #0EB9A1
Black with #0EB9A1
Text Example
Text Example
White with #0EB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB9A1; }
p { color: rgb(14,185,161); }
H1.HeaderClassName
{
color: #0EB9A1;
}
.AnyTagClassName
{
color: #0EB9A1;
}
</style>
background-color css
<style>
a { background-color: #0EB9A1; }
a { background-color: rgb(14,185,161); }
div.DivClassName
{
background-color: #0EB9A1;
}
.BgClassName
{
background-color: #0EB9A1;
}
</style>
border-color css
<style>
span { border-color: #0EB9A1; }
span { border-color: rgb(14,185,161); }
td.TdClassName
{
border-color: #0EB9A1;
}
.TagClassName
{
border-color: #0EB9A1;
}
</style>