Shades of Caribbean Green #02C195
Tints of Caribbean Green #02C195
RGB
CMYK
RGB Variations
Color information
#02C195 (or 0x02C195) is known color: Caribbean Green. HEX triplet: 02, C1 and 95. RGB value is (2,193,149). Sum of RGB (Red+Green+Blue) = 2+193+149=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #02C195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C195 is #FD3E6A. Grayscale: #828282. Windows color (decimal): -16596587 or 9814274. OLE color: 9814274.
HSL color Cylindrical-coordinate representation of color #02C195: hue angle of 166.18º 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 #02C195 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 149 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.24 |
| HSL | 166.18º | 0.98% | 0.38% | - |
| HSV(B) | 166.18º | 0.99% | 0.76% | - |
| XYZ | 24.52 | 40.32 | 34.92 | - |
| YUV | 130.88 | 138.22 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 149 | 0.99 | 0 | 0.23 | 0.24 | 166.18 | 0.98 | 0.38 |
| Hex | 2 | C1 | 95 | 63 | 0 | 17 | 18 | A6 | 62 | 26 |
| Octal | 2 | 301 | 225 | 143 | 0 | 27 | 30 | 246 | 142 | 46 |
| Binary | 10 | 11000001 | 10010101 | 1100011 | 0 | 10111 | 11000 | 10100110 | 1100010 | 100110 |
Color Harmonies of #02C195
Complementary color
Monochromatic Colors of #02C195
Black with #02C195
Text Example
Text Example
White with #02C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C195; }
p { color: rgb(2,193,149); }
H1.HeaderClassName
{
color: #02C195;
}
.AnyTagClassName
{
color: #02C195;
}
</style>
background-color css
<style>
a { background-color: #02C195; }
a { background-color: rgb(2,193,149); }
div.DivClassName
{
background-color: #02C195;
}
.BgClassName
{
background-color: #02C195;
}
</style>
border-color css
<style>
span { border-color: #02C195; }
span { border-color: rgb(2,193,149); }
td.TdClassName
{
border-color: #02C195;
}
.TagClassName
{
border-color: #02C195;
}
</style>