Shades of Caribbean Green #0EDCB3
Tints of Caribbean Green #0EDCB3
RGB
CMYK
RGB Variations
Color information
#0EDCB3 (or 0x0EDCB3) is known color: Caribbean Green. HEX triplet: 0E, DC and B3. RGB value is (14,220,179). Sum of RGB (Red+Green+Blue) = 14+220+179=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCB3 is #F1234C. Grayscale: #999999. Windows color (decimal): -15803213 or 11787278. OLE color: 11787278.
HSL color Cylindrical-coordinate representation of color #0EDCB3: hue angle of 168.06º 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 #0EDCB3 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 179 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.14 |
| HSL | 168.06º | 0.88% | 0.46% | - |
| HSV(B) | 168.06º | 0.94% | 0.86% | - |
| XYZ | 33.91 | 54.53 | 51.39 | - |
| YUV | 153.73 | 142.25 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 179 | 0.94 | 0 | 0.19 | 0.14 | 168.06 | 0.88 | 0.46 |
| Hex | E | DC | B3 | 5E | 0 | 13 | E | A8 | 58 | 2E |
| Octal | 16 | 334 | 263 | 136 | 0 | 23 | 16 | 250 | 130 | 56 |
| Binary | 1110 | 11011100 | 10110011 | 1011110 | 0 | 10011 | 1110 | 10101000 | 1011000 | 101110 |
Color Harmonies of #0EDCB3
Complementary color
Monochromatic Colors of #0EDCB3
Black with #0EDCB3
Text Example
Text Example
White with #0EDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCB3; }
p { color: rgb(14,220,179); }
H1.HeaderClassName
{
color: #0EDCB3;
}
.AnyTagClassName
{
color: #0EDCB3;
}
</style>
background-color css
<style>
a { background-color: #0EDCB3; }
a { background-color: rgb(14,220,179); }
div.DivClassName
{
background-color: #0EDCB3;
}
.BgClassName
{
background-color: #0EDCB3;
}
</style>
border-color css
<style>
span { border-color: #0EDCB3; }
span { border-color: rgb(14,220,179); }
td.TdClassName
{
border-color: #0EDCB3;
}
.TagClassName
{
border-color: #0EDCB3;
}
</style>