Shades of Caribbean Green #0EDFAC
Tints of Caribbean Green #0EDFAC
RGB
CMYK
RGB Variations
Color information
#0EDFAC (or 0x0EDFAC) is known color: Caribbean Green. HEX triplet: 0E, DF and AC. RGB value is (14,223,172). Sum of RGB (Red+Green+Blue) = 14+223+172=409 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.42% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDFAC is #F12053. Grayscale: #9A9A9A. Windows color (decimal): -15802452 or 11329294. OLE color: 11329294.
HSL color Cylindrical-coordinate representation of color #0EDFAC: hue angle of 165.36º 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 #0EDFAC is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 172 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.13 |
| HSL | 165.36º | 0.88% | 0.46% | - |
| HSV(B) | 165.36º | 0.94% | 0.87% | - |
| XYZ | 34.02 | 55.85 | 48.02 | - |
| YUV | 154.7 | 137.76 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 172 | 0.94 | 0 | 0.23 | 0.13 | 165.36 | 0.88 | 0.46 |
| Hex | E | DF | AC | 5E | 0 | 17 | D | A5 | 58 | 2E |
| Octal | 16 | 337 | 254 | 136 | 0 | 27 | 15 | 245 | 130 | 56 |
| Binary | 1110 | 11011111 | 10101100 | 1011110 | 0 | 10111 | 1101 | 10100101 | 1011000 | 101110 |
Color Harmonies of #0EDFAC
Complementary color
Monochromatic Colors of #0EDFAC
Black with #0EDFAC
Text Example
Text Example
White with #0EDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFAC; }
p { color: rgb(14,223,172); }
H1.HeaderClassName
{
color: #0EDFAC;
}
.AnyTagClassName
{
color: #0EDFAC;
}
</style>
background-color css
<style>
a { background-color: #0EDFAC; }
a { background-color: rgb(14,223,172); }
div.DivClassName
{
background-color: #0EDFAC;
}
.BgClassName
{
background-color: #0EDFAC;
}
</style>
border-color css
<style>
span { border-color: #0EDFAC; }
span { border-color: rgb(14,223,172); }
td.TdClassName
{
border-color: #0EDFAC;
}
.TagClassName
{
border-color: #0EDFAC;
}
</style>