Shades of Light Sea Green #0EBFAE
Tints of Light Sea Green #0EBFAE
RGB
CMYK
RGB Variations
Color information
#0EBFAE (or 0x0EBFAE) is known color: Light Sea Green. HEX triplet: 0E, BF and AE. RGB value is (14,191,174). Sum of RGB (Red+Green+Blue) = 14+191+174=379 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.69% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBFAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBFAE is #F14051. Grayscale: #888888. Windows color (decimal): -15810642 or 11452174. OLE color: 11452174.
HSL color Cylindrical-coordinate representation of color #0EBFAE: hue angle of 174.24º 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 #0EBFAE is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 191 | 174 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.25 |
| HSL | 174.24º | 0.86% | 0.4% | - |
| HSV(B) | 174.24º | 0.93% | 0.75% | - |
| XYZ | 26.45 | 40.41 | 46.45 | - |
| YUV | 136.14 | 149.36 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 174 | 0.93 | 0 | 0.09 | 0.25 | 174.24 | 0.86 | 0.4 |
| Hex | E | BF | AE | 5D | 0 | 9 | 19 | AE | 56 | 28 |
| Octal | 16 | 277 | 256 | 135 | 0 | 11 | 31 | 256 | 126 | 50 |
| Binary | 1110 | 10111111 | 10101110 | 1011101 | 0 | 1001 | 11001 | 10101110 | 1010110 | 101000 |
Color Harmonies of #0EBFAE
Complementary color
Monochromatic Colors of #0EBFAE
Black with #0EBFAE
Text Example
Text Example
White with #0EBFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFAE; }
p { color: rgb(14,191,174); }
H1.HeaderClassName
{
color: #0EBFAE;
}
.AnyTagClassName
{
color: #0EBFAE;
}
</style>
background-color css
<style>
a { background-color: #0EBFAE; }
a { background-color: rgb(14,191,174); }
div.DivClassName
{
background-color: #0EBFAE;
}
.BgClassName
{
background-color: #0EBFAE;
}
</style>
border-color css
<style>
span { border-color: #0EBFAE; }
span { border-color: rgb(14,191,174); }
td.TdClassName
{
border-color: #0EBFAE;
}
.TagClassName
{
border-color: #0EBFAE;
}
</style>