Shades of Caribbean Green #0EC99C
Tints of Caribbean Green #0EC99C
RGB
CMYK
RGB Variations
Color information
#0EC99C (or 0x0EC99C) is known color: Caribbean Green. HEX triplet: 0E, C9 and 9C. RGB value is (14,201,156). Sum of RGB (Red+Green+Blue) = 14+201+156=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC99C is #F13663. Grayscale: #8B8B8B. Windows color (decimal): -15808100 or 10275086. OLE color: 10275086.
HSL color Cylindrical-coordinate representation of color #0EC99C: hue angle of 165.56º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC99C is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 156 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.21 |
| HSL | 165.56º | 0.87% | 0.42% | - |
| HSV(B) | 165.56º | 0.93% | 0.79% | - |
| XYZ | 27.07 | 44.27 | 38.57 | - |
| YUV | 139.96 | 137.05 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 156 | 0.93 | 0 | 0.22 | 0.21 | 165.56 | 0.87 | 0.42 |
| Hex | E | C9 | 9C | 5D | 0 | 16 | 15 | A6 | 57 | 2A |
| Octal | 16 | 311 | 234 | 135 | 0 | 26 | 25 | 246 | 127 | 52 |
| Binary | 1110 | 11001001 | 10011100 | 1011101 | 0 | 10110 | 10101 | 10100110 | 1010111 | 101010 |
Color Harmonies of #0EC99C
Complementary color
Monochromatic Colors of #0EC99C
Black with #0EC99C
Text Example
Text Example
White with #0EC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC99C; }
p { color: rgb(14,201,156); }
H1.HeaderClassName
{
color: #0EC99C;
}
.AnyTagClassName
{
color: #0EC99C;
}
</style>
background-color css
<style>
a { background-color: #0EC99C; }
a { background-color: rgb(14,201,156); }
div.DivClassName
{
background-color: #0EC99C;
}
.BgClassName
{
background-color: #0EC99C;
}
</style>
border-color css
<style>
span { border-color: #0EC99C; }
span { border-color: rgb(14,201,156); }
td.TdClassName
{
border-color: #0EC99C;
}
.TagClassName
{
border-color: #0EC99C;
}
</style>