Shades of Caribbean Green #02BA97
Tints of Caribbean Green #02BA97
RGB
CMYK
RGB Variations
Color information
#02BA97 (or 0x02BA97) is known color: Caribbean Green. HEX triplet: 02, BA and 97. RGB value is (2,186,151). Sum of RGB (Red+Green+Blue) = 2+186+151=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA97 is #FD4568. Grayscale: #7E7E7E. Windows color (decimal): -16598377 or 9943554. OLE color: 9943554.
HSL color Cylindrical-coordinate representation of color #02BA97: hue angle of 168.59º 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 #02BA97 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 151 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.27 |
| HSL | 168.59º | 0.98% | 0.37% | - |
| HSV(B) | 168.59º | 0.99% | 0.73% | - |
| XYZ | 23.17 | 37.37 | 35.27 | - |
| YUV | 126.99 | 141.54 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 151 | 0.99 | 0 | 0.19 | 0.27 | 168.59 | 0.98 | 0.37 |
| Hex | 2 | BA | 97 | 63 | 0 | 13 | 1B | A9 | 62 | 25 |
| Octal | 2 | 272 | 227 | 143 | 0 | 23 | 33 | 251 | 142 | 45 |
| Binary | 10 | 10111010 | 10010111 | 1100011 | 0 | 10011 | 11011 | 10101001 | 1100010 | 100101 |
Color Harmonies of #02BA97
Complementary color
Monochromatic Colors of #02BA97
Black with #02BA97
Text Example
Text Example
White with #02BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA97; }
p { color: rgb(2,186,151); }
H1.HeaderClassName
{
color: #02BA97;
}
.AnyTagClassName
{
color: #02BA97;
}
</style>
background-color css
<style>
a { background-color: #02BA97; }
a { background-color: rgb(2,186,151); }
div.DivClassName
{
background-color: #02BA97;
}
.BgClassName
{
background-color: #02BA97;
}
</style>
border-color css
<style>
span { border-color: #02BA97; }
span { border-color: rgb(2,186,151); }
td.TdClassName
{
border-color: #02BA97;
}
.TagClassName
{
border-color: #02BA97;
}
</style>