Shades of Caribbean Green #0EDBA5
Tints of Caribbean Green #0EDBA5
RGB
CMYK
RGB Variations
Color information
#0EDBA5 (or 0x0EDBA5) is known color: Caribbean Green. HEX triplet: 0E, DB and A5. RGB value is (14,219,165). Sum of RGB (Red+Green+Blue) = 14+219+165=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDBA5 is #F1245A. Grayscale: #979797. Windows color (decimal): -15803483 or 10869518. OLE color: 10869518.
HSL color Cylindrical-coordinate representation of color #0EDBA5: hue angle of 164.2º 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 #0EDBA5 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 165 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.14 |
| HSL | 164.2º | 0.88% | 0.46% | - |
| HSV(B) | 164.2º | 0.94% | 0.86% | - |
| XYZ | 32.3 | 53.47 | 44.22 | - |
| YUV | 151.55 | 135.58 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 165 | 0.94 | 0 | 0.25 | 0.14 | 164.2 | 0.88 | 0.46 |
| Hex | E | DB | A5 | 5E | 0 | 19 | E | A4 | 58 | 2E |
| Octal | 16 | 333 | 245 | 136 | 0 | 31 | 16 | 244 | 130 | 56 |
| Binary | 1110 | 11011011 | 10100101 | 1011110 | 0 | 11001 | 1110 | 10100100 | 1011000 | 101110 |
Color Harmonies of #0EDBA5
Complementary color
Monochromatic Colors of #0EDBA5
Black with #0EDBA5
Text Example
Text Example
White with #0EDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBA5; }
p { color: rgb(14,219,165); }
H1.HeaderClassName
{
color: #0EDBA5;
}
.AnyTagClassName
{
color: #0EDBA5;
}
</style>
background-color css
<style>
a { background-color: #0EDBA5; }
a { background-color: rgb(14,219,165); }
div.DivClassName
{
background-color: #0EDBA5;
}
.BgClassName
{
background-color: #0EDBA5;
}
</style>
border-color css
<style>
span { border-color: #0EDBA5; }
span { border-color: rgb(14,219,165); }
td.TdClassName
{
border-color: #0EDBA5;
}
.TagClassName
{
border-color: #0EDBA5;
}
</style>