Shades of Caribbean Green #0ED5AC
Tints of Caribbean Green #0ED5AC
RGB
CMYK
RGB Variations
Color information
#0ED5AC (or 0x0ED5AC) is known color: Caribbean Green. HEX triplet: 0E, D5 and AC. RGB value is (14,213,172). Sum of RGB (Red+Green+Blue) = 14+213+172=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED5AC is #F12A53. Grayscale: #949494. Windows color (decimal): -15805012 or 11326734. OLE color: 11326734.
HSL color Cylindrical-coordinate representation of color #0ED5AC: hue angle of 167.64º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED5AC is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 172 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.16 |
| HSL | 167.64º | 0.88% | 0.45% | - |
| HSV(B) | 167.64º | 0.93% | 0.84% | - |
| XYZ | 31.42 | 50.66 | 47.15 | - |
| YUV | 148.83 | 141.07 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 172 | 0.93 | 0 | 0.19 | 0.16 | 167.64 | 0.88 | 0.45 |
| Hex | E | D5 | AC | 5D | 0 | 13 | 10 | A8 | 58 | 2D |
| Octal | 16 | 325 | 254 | 135 | 0 | 23 | 20 | 250 | 130 | 55 |
| Binary | 1110 | 11010101 | 10101100 | 1011101 | 0 | 10011 | 10000 | 10101000 | 1011000 | 101101 |
Color Harmonies of #0ED5AC
Complementary color
Monochromatic Colors of #0ED5AC
Black with #0ED5AC
Text Example
Text Example
White with #0ED5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED5AC; }
p { color: rgb(14,213,172); }
H1.HeaderClassName
{
color: #0ED5AC;
}
.AnyTagClassName
{
color: #0ED5AC;
}
</style>
background-color css
<style>
a { background-color: #0ED5AC; }
a { background-color: rgb(14,213,172); }
div.DivClassName
{
background-color: #0ED5AC;
}
.BgClassName
{
background-color: #0ED5AC;
}
</style>
border-color css
<style>
span { border-color: #0ED5AC; }
span { border-color: rgb(14,213,172); }
td.TdClassName
{
border-color: #0ED5AC;
}
.TagClassName
{
border-color: #0ED5AC;
}
</style>