Shades of Caribbean Green #0EDCB2
Tints of Caribbean Green #0EDCB2
RGB
CMYK
RGB Variations
Color information
#0EDCB2 (or 0x0EDCB2) is known color: Caribbean Green. HEX triplet: 0E, DC and B2. RGB value is (14,220,178). Sum of RGB (Red+Green+Blue) = 14+220+178=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDCB2 is #F1234D. Grayscale: #999999. Windows color (decimal): -15803214 or 11721742. OLE color: 11721742.
HSL color Cylindrical-coordinate representation of color #0EDCB2: hue angle of 167.77º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCB2 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 178 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.14 |
| HSL | 167.77º | 0.88% | 0.46% | - |
| HSV(B) | 167.77º | 0.94% | 0.86% | - |
| XYZ | 33.81 | 54.49 | 50.86 | - |
| YUV | 153.62 | 141.75 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 178 | 0.94 | 0 | 0.19 | 0.14 | 167.77 | 0.88 | 0.46 |
| Hex | E | DC | B2 | 5E | 0 | 13 | E | A8 | 58 | 2E |
| Octal | 16 | 334 | 262 | 136 | 0 | 23 | 16 | 250 | 130 | 56 |
| Binary | 1110 | 11011100 | 10110010 | 1011110 | 0 | 10011 | 1110 | 10101000 | 1011000 | 101110 |
Color Harmonies of #0EDCB2
Complementary color
Monochromatic Colors of #0EDCB2
Black with #0EDCB2
Text Example
Text Example
White with #0EDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCB2; }
p { color: rgb(14,220,178); }
H1.HeaderClassName
{
color: #0EDCB2;
}
.AnyTagClassName
{
color: #0EDCB2;
}
</style>
background-color css
<style>
a { background-color: #0EDCB2; }
a { background-color: rgb(14,220,178); }
div.DivClassName
{
background-color: #0EDCB2;
}
.BgClassName
{
background-color: #0EDCB2;
}
</style>
border-color css
<style>
span { border-color: #0EDCB2; }
span { border-color: rgb(14,220,178); }
td.TdClassName
{
border-color: #0EDCB2;
}
.TagClassName
{
border-color: #0EDCB2;
}
</style>