Shades of Caribbean Green #0ECD8D
Tints of Caribbean Green #0ECD8D
RGB
CMYK
RGB Variations
Color information
#0ECD8D (or 0x0ECD8D) is known color: Caribbean Green. HEX triplet: 0E, CD and 8D. RGB value is (14,205,141). Sum of RGB (Red+Green+Blue) = 14+205+141=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECD8D is #F13272. Grayscale: #8C8C8C. Windows color (decimal): -15807091 or 9293070. OLE color: 9293070.
HSL color Cylindrical-coordinate representation of color #0ECD8D: hue angle of 159.9º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD8D is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 141 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.20 |
| HSL | 159.9º | 0.87% | 0.43% | - |
| HSV(B) | 159.9º | 0.93% | 0.8% | - |
| XYZ | 26.82 | 45.68 | 32.6 | - |
| YUV | 140.6 | 128.22 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 141 | 0.93 | 0 | 0.31 | 0.20 | 159.9 | 0.87 | 0.43 |
| Hex | E | CD | 8D | 5D | 0 | 1F | 14 | A0 | 57 | 2B |
| Octal | 16 | 315 | 215 | 135 | 0 | 37 | 24 | 240 | 127 | 53 |
| Binary | 1110 | 11001101 | 10001101 | 1011101 | 0 | 11111 | 10100 | 10100000 | 1010111 | 101011 |
Color Harmonies of #0ECD8D
Complementary color
Monochromatic Colors of #0ECD8D
Black with #0ECD8D
Text Example
Text Example
White with #0ECD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECD8D; }
p { color: rgb(14,205,141); }
H1.HeaderClassName
{
color: #0ECD8D;
}
.AnyTagClassName
{
color: #0ECD8D;
}
</style>
background-color css
<style>
a { background-color: #0ECD8D; }
a { background-color: rgb(14,205,141); }
div.DivClassName
{
background-color: #0ECD8D;
}
.BgClassName
{
background-color: #0ECD8D;
}
</style>
border-color css
<style>
span { border-color: #0ECD8D; }
span { border-color: rgb(14,205,141); }
td.TdClassName
{
border-color: #0ECD8D;
}
.TagClassName
{
border-color: #0ECD8D;
}
</style>