Shades of Caribbean Green #0ECF9D
Tints of Caribbean Green #0ECF9D
RGB
CMYK
RGB Variations
Color information
#0ECF9D (or 0x0ECF9D) is known color: Caribbean Green. HEX triplet: 0E, CF and 9D. RGB value is (14,207,157). Sum of RGB (Red+Green+Blue) = 14+207+157=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECF9D is #F13062. Grayscale: #8F8F8F. Windows color (decimal): -15806563 or 10342158. OLE color: 10342158.
HSL color Cylindrical-coordinate representation of color #0ECF9D: hue angle of 164.46º 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 #0ECF9D is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 207 | 157 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.19 |
| HSL | 164.46º | 0.87% | 0.43% | - |
| HSV(B) | 164.46º | 0.93% | 0.81% | - |
| XYZ | 28.58 | 47.15 | 39.49 | - |
| YUV | 143.59 | 135.56 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 157 | 0.93 | 0 | 0.24 | 0.19 | 164.46 | 0.87 | 0.43 |
| Hex | E | CF | 9D | 5D | 0 | 18 | 13 | A4 | 57 | 2B |
| Octal | 16 | 317 | 235 | 135 | 0 | 30 | 23 | 244 | 127 | 53 |
| Binary | 1110 | 11001111 | 10011101 | 1011101 | 0 | 11000 | 10011 | 10100100 | 1010111 | 101011 |
Color Harmonies of #0ECF9D
Complementary color
Monochromatic Colors of #0ECF9D
Black with #0ECF9D
Text Example
Text Example
White with #0ECF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECF9D; }
p { color: rgb(14,207,157); }
H1.HeaderClassName
{
color: #0ECF9D;
}
.AnyTagClassName
{
color: #0ECF9D;
}
</style>
background-color css
<style>
a { background-color: #0ECF9D; }
a { background-color: rgb(14,207,157); }
div.DivClassName
{
background-color: #0ECF9D;
}
.BgClassName
{
background-color: #0ECF9D;
}
</style>
border-color css
<style>
span { border-color: #0ECF9D; }
span { border-color: rgb(14,207,157); }
td.TdClassName
{
border-color: #0ECF9D;
}
.TagClassName
{
border-color: #0ECF9D;
}
</style>