Shades of Caribbean Green #0EDFAB
Tints of Caribbean Green #0EDFAB
RGB
CMYK
RGB Variations
Color information
#0EDFAB (or 0x0EDFAB) is known color: Caribbean Green. HEX triplet: 0E, DF and AB. RGB value is (14,223,171). Sum of RGB (Red+Green+Blue) = 14+223+171=408 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.43% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFAB is #F12054. Grayscale: #9A9A9A. Windows color (decimal): -15802453 or 11263758. OLE color: 11263758.
HSL color Cylindrical-coordinate representation of color #0EDFAB: hue angle of 165.07º 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 #0EDFAB is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 171 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.13 |
| HSL | 165.07º | 0.88% | 0.46% | - |
| HSV(B) | 165.07º | 0.94% | 0.87% | - |
| XYZ | 33.92 | 55.81 | 47.51 | - |
| YUV | 154.58 | 137.26 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 171 | 0.94 | 0 | 0.23 | 0.13 | 165.07 | 0.88 | 0.46 |
| Hex | E | DF | AB | 5E | 0 | 17 | D | A5 | 58 | 2E |
| Octal | 16 | 337 | 253 | 136 | 0 | 27 | 15 | 245 | 130 | 56 |
| Binary | 1110 | 11011111 | 10101011 | 1011110 | 0 | 10111 | 1101 | 10100101 | 1011000 | 101110 |
Color Harmonies of #0EDFAB
Complementary color
Monochromatic Colors of #0EDFAB
Black with #0EDFAB
Text Example
Text Example
White with #0EDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFAB; }
p { color: rgb(14,223,171); }
H1.HeaderClassName
{
color: #0EDFAB;
}
.AnyTagClassName
{
color: #0EDFAB;
}
</style>
background-color css
<style>
a { background-color: #0EDFAB; }
a { background-color: rgb(14,223,171); }
div.DivClassName
{
background-color: #0EDFAB;
}
.BgClassName
{
background-color: #0EDFAB;
}
</style>
border-color css
<style>
span { border-color: #0EDFAB; }
span { border-color: rgb(14,223,171); }
td.TdClassName
{
border-color: #0EDFAB;
}
.TagClassName
{
border-color: #0EDFAB;
}
</style>