Shades of Caribbean Green #02C289
Tints of Caribbean Green #02C289
RGB
CMYK
RGB Variations
Color information
#02C289 (or 0x02C289) is known color: Caribbean Green. HEX triplet: 02, C2 and 89. RGB value is (2,194,137). Sum of RGB (Red+Green+Blue) = 2+194+137=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #02C289 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C289 is #FD3D76. Grayscale: #828282. Windows color (decimal): -16596343 or 9028098. OLE color: 9028098.
HSL color Cylindrical-coordinate representation of color #02C289: hue angle of 162.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C289 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 137 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.24 |
| HSL | 162.19º | 0.98% | 0.38% | - |
| HSV(B) | 162.19º | 0.99% | 0.76% | - |
| XYZ | 23.83 | 40.4 | 30.21 | - |
| YUV | 130.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 137 | 0.99 | 0 | 0.29 | 0.24 | 162.19 | 0.98 | 0.38 |
| Hex | 2 | C2 | 89 | 63 | 0 | 1D | 18 | A2 | 62 | 26 |
| Octal | 2 | 302 | 211 | 143 | 0 | 35 | 30 | 242 | 142 | 46 |
| Binary | 10 | 11000010 | 10001001 | 1100011 | 0 | 11101 | 11000 | 10100010 | 1100010 | 100110 |
Color Harmonies of #02C289
Complementary color
Monochromatic Colors of #02C289
Black with #02C289
Text Example
Text Example
White with #02C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C289; }
p { color: rgb(2,194,137); }
H1.HeaderClassName
{
color: #02C289;
}
.AnyTagClassName
{
color: #02C289;
}
</style>
background-color css
<style>
a { background-color: #02C289; }
a { background-color: rgb(2,194,137); }
div.DivClassName
{
background-color: #02C289;
}
.BgClassName
{
background-color: #02C289;
}
</style>
border-color css
<style>
span { border-color: #02C289; }
span { border-color: rgb(2,194,137); }
td.TdClassName
{
border-color: #02C289;
}
.TagClassName
{
border-color: #02C289;
}
</style>