Shades of Caribbean Green #0EBC94
Tints of Caribbean Green #0EBC94
RGB
CMYK
RGB Variations
Color information
#0EBC94 (or 0x0EBC94) is known color: Caribbean Green. HEX triplet: 0E, BC and 94. RGB value is (14,188,148). Sum of RGB (Red+Green+Blue) = 14+188+148=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC94 is #F1436B. Grayscale: #838383. Windows color (decimal): -15811436 or 9747470. OLE color: 9747470.
HSL color Cylindrical-coordinate representation of color #0EBC94: hue angle of 166.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC94 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 148 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.26 |
| HSL | 166.21º | 0.86% | 0.4% | - |
| HSV(B) | 166.21º | 0.93% | 0.74% | - |
| XYZ | 23.51 | 38.2 | 34.15 | - |
| YUV | 131.41 | 137.35 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 148 | 0.93 | 0 | 0.21 | 0.26 | 166.21 | 0.86 | 0.4 |
| Hex | E | BC | 94 | 5D | 0 | 15 | 1A | A6 | 56 | 28 |
| Octal | 16 | 274 | 224 | 135 | 0 | 25 | 32 | 246 | 126 | 50 |
| Binary | 1110 | 10111100 | 10010100 | 1011101 | 0 | 10101 | 11010 | 10100110 | 1010110 | 101000 |
Color Harmonies of #0EBC94
Complementary color
Monochromatic Colors of #0EBC94
Black with #0EBC94
Text Example
Text Example
White with #0EBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC94; }
p { color: rgb(14,188,148); }
H1.HeaderClassName
{
color: #0EBC94;
}
.AnyTagClassName
{
color: #0EBC94;
}
</style>
background-color css
<style>
a { background-color: #0EBC94; }
a { background-color: rgb(14,188,148); }
div.DivClassName
{
background-color: #0EBC94;
}
.BgClassName
{
background-color: #0EBC94;
}
</style>
border-color css
<style>
span { border-color: #0EBC94; }
span { border-color: rgb(14,188,148); }
td.TdClassName
{
border-color: #0EBC94;
}
.TagClassName
{
border-color: #0EBC94;
}
</style>