Shades of Caribbean Green #02C4AD
Tints of Caribbean Green #02C4AD
RGB
CMYK
RGB Variations
Color information
#02C4AD (or 0x02C4AD) is known color: Caribbean Green. HEX triplet: 02, C4 and AD. RGB value is (2,196,173). Sum of RGB (Red+Green+Blue) = 2+196+173=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #02C4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C4AD is #FD3B52. Grayscale: #878787. Windows color (decimal): -16595795 or 11387906. OLE color: 11387906.
HSL color Cylindrical-coordinate representation of color #02C4AD: hue angle of 172.89º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C4AD is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 173 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.23 |
| HSL | 172.89º | 0.98% | 0.39% | - |
| HSV(B) | 172.89º | 0.99% | 0.77% | - |
| XYZ | 27.31 | 42.51 | 46.3 | - |
| YUV | 135.37 | 149.23 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 173 | 0.99 | 0 | 0.12 | 0.23 | 172.89 | 0.98 | 0.39 |
| Hex | 2 | C4 | AD | 63 | 0 | C | 17 | AD | 62 | 27 |
| Octal | 2 | 304 | 255 | 143 | 0 | 14 | 27 | 255 | 142 | 47 |
| Binary | 10 | 11000100 | 10101101 | 1100011 | 0 | 1100 | 10111 | 10101101 | 1100010 | 100111 |
Color Harmonies of #02C4AD
Complementary color
Monochromatic Colors of #02C4AD
Black with #02C4AD
Text Example
Text Example
White with #02C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C4AD; }
p { color: rgb(2,196,173); }
H1.HeaderClassName
{
color: #02C4AD;
}
.AnyTagClassName
{
color: #02C4AD;
}
</style>
background-color css
<style>
a { background-color: #02C4AD; }
a { background-color: rgb(2,196,173); }
div.DivClassName
{
background-color: #02C4AD;
}
.BgClassName
{
background-color: #02C4AD;
}
</style>
border-color css
<style>
span { border-color: #02C4AD; }
span { border-color: rgb(2,196,173); }
td.TdClassName
{
border-color: #02C4AD;
}
.TagClassName
{
border-color: #02C4AD;
}
</style>