Shades of Caribbean Green #02C197
Tints of Caribbean Green #02C197
RGB
CMYK
RGB Variations
Color information
#02C197 (or 0x02C197) is known color: Caribbean Green. HEX triplet: 02, C1 and 97. RGB value is (2,193,151). Sum of RGB (Red+Green+Blue) = 2+193+151=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #02C197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C197 is #FD3E68. Grayscale: #838383. Windows color (decimal): -16596585 or 9945346. OLE color: 9945346.
HSL color Cylindrical-coordinate representation of color #02C197: hue angle of 166.81º 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 #02C197 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 151 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.24 |
| HSL | 166.81º | 0.98% | 0.38% | - |
| HSV(B) | 166.81º | 0.99% | 0.76% | - |
| XYZ | 24.68 | 40.39 | 35.77 | - |
| YUV | 131.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 151 | 0.99 | 0 | 0.22 | 0.24 | 166.81 | 0.98 | 0.38 |
| Hex | 2 | C1 | 97 | 63 | 0 | 16 | 18 | A7 | 62 | 26 |
| Octal | 2 | 301 | 227 | 143 | 0 | 26 | 30 | 247 | 142 | 46 |
| Binary | 10 | 11000001 | 10010111 | 1100011 | 0 | 10110 | 11000 | 10100111 | 1100010 | 100110 |
Color Harmonies of #02C197
Complementary color
Monochromatic Colors of #02C197
Black with #02C197
Text Example
Text Example
White with #02C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C197; }
p { color: rgb(2,193,151); }
H1.HeaderClassName
{
color: #02C197;
}
.AnyTagClassName
{
color: #02C197;
}
</style>
background-color css
<style>
a { background-color: #02C197; }
a { background-color: rgb(2,193,151); }
div.DivClassName
{
background-color: #02C197;
}
.BgClassName
{
background-color: #02C197;
}
</style>
border-color css
<style>
span { border-color: #02C197; }
span { border-color: rgb(2,193,151); }
td.TdClassName
{
border-color: #02C197;
}
.TagClassName
{
border-color: #02C197;
}
</style>