Shades of Caribbean Green #0EDFAA
Tints of Caribbean Green #0EDFAA
RGB
CMYK
RGB Variations
Color information
#0EDFAA (or 0x0EDFAA) is known color: Caribbean Green. HEX triplet: 0E, DF and AA. RGB value is (14,223,170). Sum of RGB (Red+Green+Blue) = 14+223+170=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFAA is #F12055. Grayscale: #9A9A9A. Windows color (decimal): -15802454 or 11198222. OLE color: 11198222.
HSL color Cylindrical-coordinate representation of color #0EDFAA: hue angle of 164.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFAA is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 170 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.13 |
| HSL | 164.78º | 0.88% | 0.46% | - |
| HSV(B) | 164.78º | 0.94% | 0.87% | - |
| XYZ | 33.82 | 55.77 | 47.01 | - |
| YUV | 154.47 | 136.76 | 27.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 170 | 0.94 | 0 | 0.24 | 0.13 | 164.78 | 0.88 | 0.46 |
| Hex | E | DF | AA | 5E | 0 | 18 | D | A5 | 58 | 2E |
| Octal | 16 | 337 | 252 | 136 | 0 | 30 | 15 | 245 | 130 | 56 |
| Binary | 1110 | 11011111 | 10101010 | 1011110 | 0 | 11000 | 1101 | 10100101 | 1011000 | 101110 |
Color Harmonies of #0EDFAA
Complementary color
Monochromatic Colors of #0EDFAA
Black with #0EDFAA
Text Example
Text Example
White with #0EDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFAA; }
p { color: rgb(14,223,170); }
H1.HeaderClassName
{
color: #0EDFAA;
}
.AnyTagClassName
{
color: #0EDFAA;
}
</style>
background-color css
<style>
a { background-color: #0EDFAA; }
a { background-color: rgb(14,223,170); }
div.DivClassName
{
background-color: #0EDFAA;
}
.BgClassName
{
background-color: #0EDFAA;
}
</style>
border-color css
<style>
span { border-color: #0EDFAA; }
span { border-color: rgb(14,223,170); }
td.TdClassName
{
border-color: #0EDFAA;
}
.TagClassName
{
border-color: #0EDFAA;
}
</style>