Shades of Caribbean Green #02C295
Tints of Caribbean Green #02C295
RGB
CMYK
RGB Variations
Color information
#02C295 (or 0x02C295) is known color: Caribbean Green. HEX triplet: 02, C2 and 95. RGB value is (2,194,149). Sum of RGB (Red+Green+Blue) = 2+194+149=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #02C295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C295 is #FD3D6A. Grayscale: #838383. Windows color (decimal): -16596331 or 9814530. OLE color: 9814530.
HSL color Cylindrical-coordinate representation of color #02C295: hue angle of 165.94º 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 #02C295 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 149 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.24 |
| HSL | 165.94º | 0.98% | 0.38% | - |
| HSV(B) | 165.94º | 0.99% | 0.76% | - |
| XYZ | 24.74 | 40.77 | 35 | - |
| YUV | 131.46 | 137.89 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 149 | 0.99 | 0 | 0.23 | 0.24 | 165.94 | 0.98 | 0.38 |
| Hex | 2 | C2 | 95 | 63 | 0 | 17 | 18 | A6 | 62 | 26 |
| Octal | 2 | 302 | 225 | 143 | 0 | 27 | 30 | 246 | 142 | 46 |
| Binary | 10 | 11000010 | 10010101 | 1100011 | 0 | 10111 | 11000 | 10100110 | 1100010 | 100110 |
Color Harmonies of #02C295
Complementary color
Monochromatic Colors of #02C295
Black with #02C295
Text Example
Text Example
White with #02C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C295; }
p { color: rgb(2,194,149); }
H1.HeaderClassName
{
color: #02C295;
}
.AnyTagClassName
{
color: #02C295;
}
</style>
background-color css
<style>
a { background-color: #02C295; }
a { background-color: rgb(2,194,149); }
div.DivClassName
{
background-color: #02C295;
}
.BgClassName
{
background-color: #02C295;
}
</style>
border-color css
<style>
span { border-color: #02C295; }
span { border-color: rgb(2,194,149); }
td.TdClassName
{
border-color: #02C295;
}
.TagClassName
{
border-color: #02C295;
}
</style>