Shades of Caribbean Green #0ECD89
Tints of Caribbean Green #0ECD89
RGB
CMYK
RGB Variations
Color information
#0ECD89 (or 0x0ECD89) is known color: Caribbean Green. HEX triplet: 0E, CD and 89. RGB value is (14,205,137). Sum of RGB (Red+Green+Blue) = 14+205+137=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECD89 is #F13276. Grayscale: #8C8C8C. Windows color (decimal): -15807095 or 9030926. OLE color: 9030926.
HSL color Cylindrical-coordinate representation of color #0ECD89: hue angle of 158.64º 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 #0ECD89 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 137 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.20 |
| HSL | 158.64º | 0.87% | 0.43% | - |
| HSV(B) | 158.64º | 0.93% | 0.8% | - |
| XYZ | 26.53 | 45.56 | 31.06 | - |
| YUV | 140.14 | 126.22 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 137 | 0.93 | 0 | 0.33 | 0.20 | 158.64 | 0.87 | 0.43 |
| Hex | E | CD | 89 | 5D | 0 | 21 | 14 | 9F | 57 | 2B |
| Octal | 16 | 315 | 211 | 135 | 0 | 41 | 24 | 237 | 127 | 53 |
| Binary | 1110 | 11001101 | 10001001 | 1011101 | 0 | 100001 | 10100 | 10011111 | 1010111 | 101011 |
Color Harmonies of #0ECD89
Complementary color
Monochromatic Colors of #0ECD89
Black with #0ECD89
Text Example
Text Example
White with #0ECD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECD89; }
p { color: rgb(14,205,137); }
H1.HeaderClassName
{
color: #0ECD89;
}
.AnyTagClassName
{
color: #0ECD89;
}
</style>
background-color css
<style>
a { background-color: #0ECD89; }
a { background-color: rgb(14,205,137); }
div.DivClassName
{
background-color: #0ECD89;
}
.BgClassName
{
background-color: #0ECD89;
}
</style>
border-color css
<style>
span { border-color: #0ECD89; }
span { border-color: rgb(14,205,137); }
td.TdClassName
{
border-color: #0ECD89;
}
.TagClassName
{
border-color: #0ECD89;
}
</style>