Shades of Caribbean Green #0EE294
Tints of Caribbean Green #0EE294
RGB
CMYK
RGB Variations
Color information
#0EE294 (or 0x0EE294) is known color: Caribbean Green. HEX triplet: 0E, E2 and 94. RGB value is (14,226,148). Sum of RGB (Red+Green+Blue) = 14+226+148=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 226 (88.67% from 255 or 58.25% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE294 is #F11D6B. Grayscale: #999999. Windows color (decimal): -15801708 or 9757198. OLE color: 9757198.
HSL color Cylindrical-coordinate representation of color #0EE294: hue angle of 157.92º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE294 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 226 | 148 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.11 |
| HSL | 157.92º | 0.88% | 0.47% | - |
| HSV(B) | 157.92º | 0.94% | 0.89% | - |
| XYZ | 32.72 | 56.62 | 37.22 | - |
| YUV | 153.72 | 124.76 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 148 | 0.94 | 0 | 0.35 | 0.11 | 157.92 | 0.88 | 0.47 |
| Hex | E | E2 | 94 | 5E | 0 | 23 | B | 9E | 58 | 2F |
| Octal | 16 | 342 | 224 | 136 | 0 | 43 | 13 | 236 | 130 | 57 |
| Binary | 1110 | 11100010 | 10010100 | 1011110 | 0 | 100011 | 1011 | 10011110 | 1011000 | 101111 |
Color Harmonies of #0EE294
Complementary color
Monochromatic Colors of #0EE294
Black with #0EE294
Text Example
Text Example
White with #0EE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE294; }
p { color: rgb(14,226,148); }
H1.HeaderClassName
{
color: #0EE294;
}
.AnyTagClassName
{
color: #0EE294;
}
</style>
background-color css
<style>
a { background-color: #0EE294; }
a { background-color: rgb(14,226,148); }
div.DivClassName
{
background-color: #0EE294;
}
.BgClassName
{
background-color: #0EE294;
}
</style>
border-color css
<style>
span { border-color: #0EE294; }
span { border-color: rgb(14,226,148); }
td.TdClassName
{
border-color: #0EE294;
}
.TagClassName
{
border-color: #0EE294;
}
</style>