Shades of Caribbean Green #0EDFAD
Tints of Caribbean Green #0EDFAD
RGB
CMYK
RGB Variations
Color information
#0EDFAD (or 0x0EDFAD) is known color: Caribbean Green. HEX triplet: 0E, DF and AD. RGB value is (14,223,173). Sum of RGB (Red+Green+Blue) = 14+223+173=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFAD is #F12052. Grayscale: #9A9A9A. Windows color (decimal): -15802451 or 11394830. OLE color: 11394830.
HSL color Cylindrical-coordinate representation of color #0EDFAD: hue angle of 165.65º 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 #0EDFAD is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 173 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.13 |
| HSL | 165.65º | 0.88% | 0.46% | - |
| HSV(B) | 165.65º | 0.94% | 0.87% | - |
| XYZ | 34.11 | 55.89 | 48.52 | - |
| YUV | 154.81 | 138.26 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 173 | 0.94 | 0 | 0.22 | 0.13 | 165.65 | 0.88 | 0.46 |
| Hex | E | DF | AD | 5E | 0 | 16 | D | A6 | 58 | 2E |
| Octal | 16 | 337 | 255 | 136 | 0 | 26 | 15 | 246 | 130 | 56 |
| Binary | 1110 | 11011111 | 10101101 | 1011110 | 0 | 10110 | 1101 | 10100110 | 1011000 | 101110 |
Color Harmonies of #0EDFAD
Complementary color
Monochromatic Colors of #0EDFAD
Black with #0EDFAD
Text Example
Text Example
White with #0EDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFAD; }
p { color: rgb(14,223,173); }
H1.HeaderClassName
{
color: #0EDFAD;
}
.AnyTagClassName
{
color: #0EDFAD;
}
</style>
background-color css
<style>
a { background-color: #0EDFAD; }
a { background-color: rgb(14,223,173); }
div.DivClassName
{
background-color: #0EDFAD;
}
.BgClassName
{
background-color: #0EDFAD;
}
</style>
border-color css
<style>
span { border-color: #0EDFAD; }
span { border-color: rgb(14,223,173); }
td.TdClassName
{
border-color: #0EDFAD;
}
.TagClassName
{
border-color: #0EDFAD;
}
</style>