Shades of Caribbean Green #0EBE9F
Tints of Caribbean Green #0EBE9F
RGB
CMYK
RGB Variations
Color information
#0EBE9F (or 0x0EBE9F) is known color: Caribbean Green. HEX triplet: 0E, BE and 9F. RGB value is (14,190,159). Sum of RGB (Red+Green+Blue) = 14+190+159=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE9F is #F14160. Grayscale: #858585. Windows color (decimal): -15810913 or 10468878. OLE color: 10468878.
HSL color Cylindrical-coordinate representation of color #0EBE9F: hue angle of 169.43º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE9F is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 159 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.25 |
| HSL | 169.43º | 0.86% | 0.4% | - |
| HSV(B) | 169.43º | 0.93% | 0.75% | - |
| XYZ | 24.85 | 39.42 | 39.1 | - |
| YUV | 133.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 159 | 0.93 | 0 | 0.16 | 0.25 | 169.43 | 0.86 | 0.4 |
| Hex | E | BE | 9F | 5D | 0 | 10 | 19 | A9 | 56 | 28 |
| Octal | 16 | 276 | 237 | 135 | 0 | 20 | 31 | 251 | 126 | 50 |
| Binary | 1110 | 10111110 | 10011111 | 1011101 | 0 | 10000 | 11001 | 10101001 | 1010110 | 101000 |
Color Harmonies of #0EBE9F
Complementary color
Monochromatic Colors of #0EBE9F
Black with #0EBE9F
Text Example
Text Example
White with #0EBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE9F; }
p { color: rgb(14,190,159); }
H1.HeaderClassName
{
color: #0EBE9F;
}
.AnyTagClassName
{
color: #0EBE9F;
}
</style>
background-color css
<style>
a { background-color: #0EBE9F; }
a { background-color: rgb(14,190,159); }
div.DivClassName
{
background-color: #0EBE9F;
}
.BgClassName
{
background-color: #0EBE9F;
}
</style>
border-color css
<style>
span { border-color: #0EBE9F; }
span { border-color: rgb(14,190,159); }
td.TdClassName
{
border-color: #0EBE9F;
}
.TagClassName
{
border-color: #0EBE9F;
}
</style>