Shades of Caribbean Green #0ECF83
Tints of Caribbean Green #0ECF83
RGB
CMYK
RGB Variations
Color information
#0ECF83 (or 0x0ECF83) is known color: Caribbean Green. HEX triplet: 0E, CF and 83. RGB value is (14,207,131). Sum of RGB (Red+Green+Blue) = 14+207+131=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECF83 is #F1307C. Grayscale: #8C8C8C. Windows color (decimal): -15806589 or 8638222. OLE color: 8638222.
HSL color Cylindrical-coordinate representation of color #0ECF83: hue angle of 156.37º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECF83 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 207 | 131 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.19 |
| HSL | 156.37º | 0.87% | 0.43% | - |
| HSV(B) | 156.37º | 0.93% | 0.81% | - |
| XYZ | 26.59 | 46.36 | 29.02 | - |
| YUV | 140.63 | 122.56 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 131 | 0.93 | 0 | 0.37 | 0.19 | 156.37 | 0.87 | 0.43 |
| Hex | E | CF | 83 | 5D | 0 | 25 | 13 | 9C | 57 | 2B |
| Octal | 16 | 317 | 203 | 135 | 0 | 45 | 23 | 234 | 127 | 53 |
| Binary | 1110 | 11001111 | 10000011 | 1011101 | 0 | 100101 | 10011 | 10011100 | 1010111 | 101011 |
Color Harmonies of #0ECF83
Complementary color
Monochromatic Colors of #0ECF83
Black with #0ECF83
Text Example
Text Example
White with #0ECF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECF83; }
p { color: rgb(14,207,131); }
H1.HeaderClassName
{
color: #0ECF83;
}
.AnyTagClassName
{
color: #0ECF83;
}
</style>
background-color css
<style>
a { background-color: #0ECF83; }
a { background-color: rgb(14,207,131); }
div.DivClassName
{
background-color: #0ECF83;
}
.BgClassName
{
background-color: #0ECF83;
}
</style>
border-color css
<style>
span { border-color: #0ECF83; }
span { border-color: rgb(14,207,131); }
td.TdClassName
{
border-color: #0ECF83;
}
.TagClassName
{
border-color: #0ECF83;
}
</style>