Shades of Caribbean Green #0ECD8F
Tints of Caribbean Green #0ECD8F
RGB
CMYK
RGB Variations
Color information
#0ECD8F (or 0x0ECD8F) is known color: Caribbean Green. HEX triplet: 0E, CD and 8F. RGB value is (14,205,143). Sum of RGB (Red+Green+Blue) = 14+205+143=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECD8F is #F13270. Grayscale: #8C8C8C. Windows color (decimal): -15807089 or 9424142. OLE color: 9424142.
HSL color Cylindrical-coordinate representation of color #0ECD8F: hue angle of 160.52º 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 #0ECD8F is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 143 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.20 |
| HSL | 160.52º | 0.87% | 0.43% | - |
| HSV(B) | 160.52º | 0.93% | 0.8% | - |
| XYZ | 26.97 | 45.74 | 33.39 | - |
| YUV | 140.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 143 | 0.93 | 0 | 0.30 | 0.20 | 160.52 | 0.87 | 0.43 |
| Hex | E | CD | 8F | 5D | 0 | 1E | 14 | A1 | 57 | 2B |
| Octal | 16 | 315 | 217 | 135 | 0 | 36 | 24 | 241 | 127 | 53 |
| Binary | 1110 | 11001101 | 10001111 | 1011101 | 0 | 11110 | 10100 | 10100001 | 1010111 | 101011 |
Color Harmonies of #0ECD8F
Complementary color
Monochromatic Colors of #0ECD8F
Black with #0ECD8F
Text Example
Text Example
White with #0ECD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECD8F; }
p { color: rgb(14,205,143); }
H1.HeaderClassName
{
color: #0ECD8F;
}
.AnyTagClassName
{
color: #0ECD8F;
}
</style>
background-color css
<style>
a { background-color: #0ECD8F; }
a { background-color: rgb(14,205,143); }
div.DivClassName
{
background-color: #0ECD8F;
}
.BgClassName
{
background-color: #0ECD8F;
}
</style>
border-color css
<style>
span { border-color: #0ECD8F; }
span { border-color: rgb(14,205,143); }
td.TdClassName
{
border-color: #0ECD8F;
}
.TagClassName
{
border-color: #0ECD8F;
}
</style>