Shades of Caribbean Green #0EE0AD
Tints of Caribbean Green #0EE0AD
RGB
CMYK
RGB Variations
Color information
#0EE0AD (or 0x0EE0AD) is known color: Caribbean Green. HEX triplet: 0E, E0 and AD. RGB value is (14,224,173). Sum of RGB (Red+Green+Blue) = 14+224+173=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE0AD is #F11F52. Grayscale: #9B9B9B. Windows color (decimal): -15802195 or 11395086. OLE color: 11395086.
HSL color Cylindrical-coordinate representation of color #0EE0AD: hue angle of 165.43º 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 #0EE0AD is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 173 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.12 |
| HSL | 165.43º | 0.88% | 0.47% | - |
| HSV(B) | 165.43º | 0.94% | 0.88% | - |
| XYZ | 34.38 | 56.42 | 48.61 | - |
| YUV | 155.4 | 137.93 | 27.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 173 | 0.94 | 0 | 0.23 | 0.12 | 165.43 | 0.88 | 0.47 |
| Hex | E | E0 | AD | 5E | 0 | 17 | C | A5 | 58 | 2F |
| Octal | 16 | 340 | 255 | 136 | 0 | 27 | 14 | 245 | 130 | 57 |
| Binary | 1110 | 11100000 | 10101101 | 1011110 | 0 | 10111 | 1100 | 10100101 | 1011000 | 101111 |
Color Harmonies of #0EE0AD
Complementary color
Monochromatic Colors of #0EE0AD
Black with #0EE0AD
Text Example
Text Example
White with #0EE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE0AD; }
p { color: rgb(14,224,173); }
H1.HeaderClassName
{
color: #0EE0AD;
}
.AnyTagClassName
{
color: #0EE0AD;
}
</style>
background-color css
<style>
a { background-color: #0EE0AD; }
a { background-color: rgb(14,224,173); }
div.DivClassName
{
background-color: #0EE0AD;
}
.BgClassName
{
background-color: #0EE0AD;
}
</style>
border-color css
<style>
span { border-color: #0EE0AD; }
span { border-color: rgb(14,224,173); }
td.TdClassName
{
border-color: #0EE0AD;
}
.TagClassName
{
border-color: #0EE0AD;
}
</style>