Shades of Caribbean Green #0EE0B5
Tints of Caribbean Green #0EE0B5
RGB
CMYK
RGB Variations
Color information
#0EE0B5 (or 0x0EE0B5) is known color: Caribbean Green. HEX triplet: 0E, E0 and B5. RGB value is (14,224,181). Sum of RGB (Red+Green+Blue) = 14+224+181=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0B5 is #F11F4A. Grayscale: #9C9C9C. Windows color (decimal): -15802187 or 11919374. OLE color: 11919374.
HSL color Cylindrical-coordinate representation of color #0EE0B5: hue angle of 167.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE0B5 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 181 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.12 |
| HSL | 167.71º | 0.88% | 0.47% | - |
| HSV(B) | 167.71º | 0.94% | 0.88% | - |
| XYZ | 35.18 | 56.74 | 52.81 | - |
| YUV | 156.31 | 141.93 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 181 | 0.94 | 0 | 0.19 | 0.12 | 167.71 | 0.88 | 0.47 |
| Hex | E | E0 | B5 | 5E | 0 | 13 | C | A8 | 58 | 2F |
| Octal | 16 | 340 | 265 | 136 | 0 | 23 | 14 | 250 | 130 | 57 |
| Binary | 1110 | 11100000 | 10110101 | 1011110 | 0 | 10011 | 1100 | 10101000 | 1011000 | 101111 |
Color Harmonies of #0EE0B5
Complementary color
Monochromatic Colors of #0EE0B5
Black with #0EE0B5
Text Example
Text Example
White with #0EE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE0B5; }
p { color: rgb(14,224,181); }
H1.HeaderClassName
{
color: #0EE0B5;
}
.AnyTagClassName
{
color: #0EE0B5;
}
</style>
background-color css
<style>
a { background-color: #0EE0B5; }
a { background-color: rgb(14,224,181); }
div.DivClassName
{
background-color: #0EE0B5;
}
.BgClassName
{
background-color: #0EE0B5;
}
</style>
border-color css
<style>
span { border-color: #0EE0B5; }
span { border-color: rgb(14,224,181); }
td.TdClassName
{
border-color: #0EE0B5;
}
.TagClassName
{
border-color: #0EE0B5;
}
</style>