Shades of Caribbean Green #02E2AD
Tints of Caribbean Green #02E2AD
RGB
CMYK
RGB Variations
Color information
#02E2AD (or 0x02E2AD) is known color: Caribbean Green. HEX triplet: 02, E2 and AD. RGB value is (2,226,173). Sum of RGB (Red+Green+Blue) = 2+226+173=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 226 (88.67% from 255 or 56.36% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 226 - color contains mainly: green. Hex color #02E2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E2AD is #FD1D52. Grayscale: #989898. Windows color (decimal): -16588115 or 11395586. OLE color: 11395586.
HSL color Cylindrical-coordinate representation of color #02E2AD: hue angle of 165.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E2AD is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 173 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.11 |
| HSL | 165.8º | 0.98% | 0.45% | - |
| HSV(B) | 165.8º | 0.99% | 0.89% | - |
| XYZ | 34.76 | 57.42 | 48.79 | - |
| YUV | 152.98 | 139.29 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 173 | 0.99 | 0 | 0.23 | 0.11 | 165.8 | 0.98 | 0.45 |
| Hex | 2 | E2 | AD | 63 | 0 | 17 | B | A6 | 62 | 2D |
| Octal | 2 | 342 | 255 | 143 | 0 | 27 | 13 | 246 | 142 | 55 |
| Binary | 10 | 11100010 | 10101101 | 1100011 | 0 | 10111 | 1011 | 10100110 | 1100010 | 101101 |
Color Harmonies of #02E2AD
Complementary color
Monochromatic Colors of #02E2AD
Black with #02E2AD
Text Example
Text Example
White with #02E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E2AD; }
p { color: rgb(2,226,173); }
H1.HeaderClassName
{
color: #02E2AD;
}
.AnyTagClassName
{
color: #02E2AD;
}
</style>
background-color css
<style>
a { background-color: #02E2AD; }
a { background-color: rgb(2,226,173); }
div.DivClassName
{
background-color: #02E2AD;
}
.BgClassName
{
background-color: #02E2AD;
}
</style>
border-color css
<style>
span { border-color: #02E2AD; }
span { border-color: rgb(2,226,173); }
td.TdClassName
{
border-color: #02E2AD;
}
.TagClassName
{
border-color: #02E2AD;
}
</style>