Shades of Light Sea Green #0EBDA4
Tints of Light Sea Green #0EBDA4
RGB
CMYK
RGB Variations
Color information
#0EBDA4 (or 0x0EBDA4) is known color: Light Sea Green. HEX triplet: 0E, BD and A4. RGB value is (14,189,164). Sum of RGB (Red+Green+Blue) = 14+189+164=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBDA4 is #F1425B. Grayscale: #858585. Windows color (decimal): -15811164 or 10796302. OLE color: 10796302.
HSL color Cylindrical-coordinate representation of color #0EBDA4: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBDA4 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 164 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.26 |
| HSL | 171.43º | 0.86% | 0.4% | - |
| HSV(B) | 171.43º | 0.93% | 0.74% | - |
| XYZ | 25.08 | 39.17 | 41.36 | - |
| YUV | 133.83 | 145.02 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 164 | 0.93 | 0 | 0.13 | 0.26 | 171.43 | 0.86 | 0.4 |
| Hex | E | BD | A4 | 5D | 0 | D | 1A | AB | 56 | 28 |
| Octal | 16 | 275 | 244 | 135 | 0 | 15 | 32 | 253 | 126 | 50 |
| Binary | 1110 | 10111101 | 10100100 | 1011101 | 0 | 1101 | 11010 | 10101011 | 1010110 | 101000 |
Color Harmonies of #0EBDA4
Complementary color
Monochromatic Colors of #0EBDA4
Black with #0EBDA4
Text Example
Text Example
White with #0EBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDA4; }
p { color: rgb(14,189,164); }
H1.HeaderClassName
{
color: #0EBDA4;
}
.AnyTagClassName
{
color: #0EBDA4;
}
</style>
background-color css
<style>
a { background-color: #0EBDA4; }
a { background-color: rgb(14,189,164); }
div.DivClassName
{
background-color: #0EBDA4;
}
.BgClassName
{
background-color: #0EBDA4;
}
</style>
border-color css
<style>
span { border-color: #0EBDA4; }
span { border-color: rgb(14,189,164); }
td.TdClassName
{
border-color: #0EBDA4;
}
.TagClassName
{
border-color: #0EBDA4;
}
</style>