Shades of Caribbean Green #02C589
Tints of Caribbean Green #02C589
RGB
CMYK
RGB Variations
Color information
#02C589 (or 0x02C589) is known color: Caribbean Green. HEX triplet: 02, C5 and 89. RGB value is (2,197,137). Sum of RGB (Red+Green+Blue) = 2+197+137=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #02C589 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C589 is #FD3A76. Grayscale: #838383. Windows color (decimal): -16595575 or 9028866. OLE color: 9028866.
HSL color Cylindrical-coordinate representation of color #02C589: hue angle of 161.54º 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 #02C589 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 137 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.23 |
| HSL | 161.54º | 0.98% | 0.39% | - |
| HSV(B) | 161.54º | 0.99% | 0.77% | - |
| XYZ | 24.51 | 41.75 | 30.43 | - |
| YUV | 131.86 | 130.9 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 137 | 0.99 | 0 | 0.30 | 0.23 | 161.54 | 0.98 | 0.39 |
| Hex | 2 | C5 | 89 | 63 | 0 | 1E | 17 | A2 | 62 | 27 |
| Octal | 2 | 305 | 211 | 143 | 0 | 36 | 27 | 242 | 142 | 47 |
| Binary | 10 | 11000101 | 10001001 | 1100011 | 0 | 11110 | 10111 | 10100010 | 1100010 | 100111 |
Color Harmonies of #02C589
Complementary color
Monochromatic Colors of #02C589
Black with #02C589
Text Example
Text Example
White with #02C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C589; }
p { color: rgb(2,197,137); }
H1.HeaderClassName
{
color: #02C589;
}
.AnyTagClassName
{
color: #02C589;
}
</style>
background-color css
<style>
a { background-color: #02C589; }
a { background-color: rgb(2,197,137); }
div.DivClassName
{
background-color: #02C589;
}
.BgClassName
{
background-color: #02C589;
}
</style>
border-color css
<style>
span { border-color: #02C589; }
span { border-color: rgb(2,197,137); }
td.TdClassName
{
border-color: #02C589;
}
.TagClassName
{
border-color: #02C589;
}
</style>