Shades of Caribbean Green #0ECD90
Tints of Caribbean Green #0ECD90
RGB
CMYK
RGB Variations
Color information
#0ECD90 (or 0x0ECD90) is known color: Caribbean Green. HEX triplet: 0E, CD and 90. RGB value is (14,205,144). Sum of RGB (Red+Green+Blue) = 14+205+144=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECD90 is #F1326F. Grayscale: #8C8C8C. Windows color (decimal): -15807088 or 9489678. OLE color: 9489678.
HSL color Cylindrical-coordinate representation of color #0ECD90: hue angle of 160.84º 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 #0ECD90 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 144 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.20 |
| HSL | 160.84º | 0.87% | 0.43% | - |
| HSV(B) | 160.84º | 0.93% | 0.8% | - |
| XYZ | 27.05 | 45.77 | 33.79 | - |
| YUV | 140.94 | 129.72 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 144 | 0.93 | 0 | 0.30 | 0.20 | 160.84 | 0.87 | 0.43 |
| Hex | E | CD | 90 | 5D | 0 | 1E | 14 | A1 | 57 | 2B |
| Octal | 16 | 315 | 220 | 135 | 0 | 36 | 24 | 241 | 127 | 53 |
| Binary | 1110 | 11001101 | 10010000 | 1011101 | 0 | 11110 | 10100 | 10100001 | 1010111 | 101011 |
Color Harmonies of #0ECD90
Complementary color
Monochromatic Colors of #0ECD90
Black with #0ECD90
Text Example
Text Example
White with #0ECD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECD90; }
p { color: rgb(14,205,144); }
H1.HeaderClassName
{
color: #0ECD90;
}
.AnyTagClassName
{
color: #0ECD90;
}
</style>
background-color css
<style>
a { background-color: #0ECD90; }
a { background-color: rgb(14,205,144); }
div.DivClassName
{
background-color: #0ECD90;
}
.BgClassName
{
background-color: #0ECD90;
}
</style>
border-color css
<style>
span { border-color: #0ECD90; }
span { border-color: rgb(14,205,144); }
td.TdClassName
{
border-color: #0ECD90;
}
.TagClassName
{
border-color: #0ECD90;
}
</style>