Shades of Caribbean Green #00E1AD
Tints of Caribbean Green #00E1AD
RGB
CMYK
RGB Variations
Color information
#00E1AD (or 0x00E1AD) is known color: Caribbean Green. HEX triplet: 00, E1 and AD. RGB value is (0,225,173). Sum of RGB (Red+Green+Blue) = 0+225+173=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #00E1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00E1AD is #FF1E52. Grayscale: #979797. Windows color (decimal): -16719443 or 11395328. OLE color: 11395328.
HSL color Cylindrical-coordinate representation of color #00E1AD: hue angle of 166.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E1AD is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 225 | 173 | - |
| CMYK | 1 | 0 | 0.23 | 0.12 |
| HSL | 166.13º | 1% | 0.44% | - |
| HSV(B) | 166.13º | 1% | 0.88% | - |
| XYZ | 34.47 | 56.87 | 48.7 | - |
| YUV | 151.8 | 139.96 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 173 | 1 | 0 | 0.23 | 0.12 | 166.13 | 1 | 0.44 |
| Hex | 0 | E1 | AD | 64 | 0 | 17 | C | A6 | 64 | 2C |
| Octal | 0 | 341 | 255 | 144 | 0 | 27 | 14 | 246 | 144 | 54 |
| Binary | 0 | 11100001 | 10101101 | 1100100 | 0 | 10111 | 1100 | 10100110 | 1100100 | 101100 |
Color Harmonies of #00E1AD
Complementary color
Monochromatic Colors of #00E1AD
Black with #00E1AD
Text Example
Text Example
White with #00E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E1AD; }
p { color: rgb(0,225,173); }
H1.HeaderClassName
{
color: #00E1AD;
}
.AnyTagClassName
{
color: #00E1AD;
}
</style>
background-color css
<style>
a { background-color: #00E1AD; }
a { background-color: rgb(0,225,173); }
div.DivClassName
{
background-color: #00E1AD;
}
.BgClassName
{
background-color: #00E1AD;
}
</style>
border-color css
<style>
span { border-color: #00E1AD; }
span { border-color: rgb(0,225,173); }
td.TdClassName
{
border-color: #00E1AD;
}
.TagClassName
{
border-color: #00E1AD;
}
</style>