Shades of Caribbean Green #0EDBA1
Tints of Caribbean Green #0EDBA1
RGB
CMYK
RGB Variations
Color information
#0EDBA1 (or 0x0EDBA1) is known color: Caribbean Green. HEX triplet: 0E, DB and A1. RGB value is (14,219,161). Sum of RGB (Red+Green+Blue) = 14+219+161=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDBA1 is #F1245E. Grayscale: #979797. Windows color (decimal): -15803487 or 10607374. OLE color: 10607374.
HSL color Cylindrical-coordinate representation of color #0EDBA1: hue angle of 163.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBA1 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 161 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.14 |
| HSL | 163.02º | 0.88% | 0.46% | - |
| HSV(B) | 163.02º | 0.94% | 0.86% | - |
| XYZ | 31.95 | 53.33 | 42.33 | - |
| YUV | 151.09 | 133.58 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 161 | 0.94 | 0 | 0.26 | 0.14 | 163.02 | 0.88 | 0.46 |
| Hex | E | DB | A1 | 5E | 0 | 1A | E | A3 | 58 | 2E |
| Octal | 16 | 333 | 241 | 136 | 0 | 32 | 16 | 243 | 130 | 56 |
| Binary | 1110 | 11011011 | 10100001 | 1011110 | 0 | 11010 | 1110 | 10100011 | 1011000 | 101110 |
Color Harmonies of #0EDBA1
Complementary color
Monochromatic Colors of #0EDBA1
Black with #0EDBA1
Text Example
Text Example
White with #0EDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBA1; }
p { color: rgb(14,219,161); }
H1.HeaderClassName
{
color: #0EDBA1;
}
.AnyTagClassName
{
color: #0EDBA1;
}
</style>
background-color css
<style>
a { background-color: #0EDBA1; }
a { background-color: rgb(14,219,161); }
div.DivClassName
{
background-color: #0EDBA1;
}
.BgClassName
{
background-color: #0EDBA1;
}
</style>
border-color css
<style>
span { border-color: #0EDBA1; }
span { border-color: rgb(14,219,161); }
td.TdClassName
{
border-color: #0EDBA1;
}
.TagClassName
{
border-color: #0EDBA1;
}
</style>