Shades of Caribbean Green #02DEA2
Tints of Caribbean Green #02DEA2
RGB
CMYK
RGB Variations
Color information
#02DEA2 (or 0x02DEA2) is known color: Caribbean Green. HEX triplet: 02, DE and A2. RGB value is (2,222,162). Sum of RGB (Red+Green+Blue) = 2+222+162=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #02DEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DEA2 is #FD215D. Grayscale: #959595. Windows color (decimal): -16589150 or 10673666. OLE color: 10673666.
HSL color Cylindrical-coordinate representation of color #02DEA2: hue angle of 163.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DEA2 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 222 | 162 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.13 |
| HSL | 163.64º | 0.98% | 0.44% | - |
| HSV(B) | 163.64º | 0.99% | 0.87% | - |
| XYZ | 32.67 | 54.86 | 43.05 | - |
| YUV | 149.38 | 135.11 | 22.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 222 | 162 | 0.99 | 0 | 0.27 | 0.13 | 163.64 | 0.98 | 0.44 |
| Hex | 2 | DE | A2 | 63 | 0 | 1B | D | A4 | 62 | 2C |
| Octal | 2 | 336 | 242 | 143 | 0 | 33 | 15 | 244 | 142 | 54 |
| Binary | 10 | 11011110 | 10100010 | 1100011 | 0 | 11011 | 1101 | 10100100 | 1100010 | 101100 |
Color Harmonies of #02DEA2
Complementary color
Monochromatic Colors of #02DEA2
Black with #02DEA2
Text Example
Text Example
White with #02DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DEA2; }
p { color: rgb(2,222,162); }
H1.HeaderClassName
{
color: #02DEA2;
}
.AnyTagClassName
{
color: #02DEA2;
}
</style>
background-color css
<style>
a { background-color: #02DEA2; }
a { background-color: rgb(2,222,162); }
div.DivClassName
{
background-color: #02DEA2;
}
.BgClassName
{
background-color: #02DEA2;
}
</style>
border-color css
<style>
span { border-color: #02DEA2; }
span { border-color: rgb(2,222,162); }
td.TdClassName
{
border-color: #02DEA2;
}
.TagClassName
{
border-color: #02DEA2;
}
</style>