Shades of Caribbean Green #02B995
Tints of Caribbean Green #02B995
RGB
CMYK
RGB Variations
Color information
#02B995 (or 0x02B995) is known color: Caribbean Green. HEX triplet: 02, B9 and 95. RGB value is (2,185,149). Sum of RGB (Red+Green+Blue) = 2+185+149=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #02B995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B995 is #FD466A. Grayscale: #7E7E7E. Windows color (decimal): -16598635 or 9812226. OLE color: 9812226.
HSL color Cylindrical-coordinate representation of color #02B995: hue angle of 168.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B995 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 149 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.27 |
| HSL | 168.2º | 0.98% | 0.37% | - |
| HSV(B) | 168.2º | 0.99% | 0.73% | - |
| XYZ | 22.8 | 36.88 | 34.35 | - |
| YUV | 126.18 | 140.87 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 149 | 0.99 | 0 | 0.19 | 0.27 | 168.2 | 0.98 | 0.37 |
| Hex | 2 | B9 | 95 | 63 | 0 | 13 | 1B | A8 | 62 | 25 |
| Octal | 2 | 271 | 225 | 143 | 0 | 23 | 33 | 250 | 142 | 45 |
| Binary | 10 | 10111001 | 10010101 | 1100011 | 0 | 10011 | 11011 | 10101000 | 1100010 | 100101 |
Color Harmonies of #02B995
Complementary color
Monochromatic Colors of #02B995
Black with #02B995
Text Example
Text Example
White with #02B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B995; }
p { color: rgb(2,185,149); }
H1.HeaderClassName
{
color: #02B995;
}
.AnyTagClassName
{
color: #02B995;
}
</style>
background-color css
<style>
a { background-color: #02B995; }
a { background-color: rgb(2,185,149); }
div.DivClassName
{
background-color: #02B995;
}
.BgClassName
{
background-color: #02B995;
}
</style>
border-color css
<style>
span { border-color: #02B995; }
span { border-color: rgb(2,185,149); }
td.TdClassName
{
border-color: #02B995;
}
.TagClassName
{
border-color: #02B995;
}
</style>