Shades of Caribbean Green #02BA91
Tints of Caribbean Green #02BA91
RGB
CMYK
RGB Variations
Color information
#02BA91 (or 0x02BA91) is known color: Caribbean Green. HEX triplet: 02, BA and 91. RGB value is (2,186,145). Sum of RGB (Red+Green+Blue) = 2+186+145=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA91 is #FD456E. Grayscale: #7E7E7E. Windows color (decimal): -16598383 or 9550338. OLE color: 9550338.
HSL color Cylindrical-coordinate representation of color #02BA91: hue angle of 166.63º 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 #02BA91 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 145 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.27 |
| HSL | 166.63º | 0.98% | 0.37% | - |
| HSV(B) | 166.63º | 0.99% | 0.73% | - |
| XYZ | 22.69 | 37.18 | 32.77 | - |
| YUV | 126.31 | 138.54 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 145 | 0.99 | 0 | 0.22 | 0.27 | 166.63 | 0.98 | 0.37 |
| Hex | 2 | BA | 91 | 63 | 0 | 16 | 1B | A7 | 62 | 25 |
| Octal | 2 | 272 | 221 | 143 | 0 | 26 | 33 | 247 | 142 | 45 |
| Binary | 10 | 10111010 | 10010001 | 1100011 | 0 | 10110 | 11011 | 10100111 | 1100010 | 100101 |
Color Harmonies of #02BA91
Complementary color
Monochromatic Colors of #02BA91
Black with #02BA91
Text Example
Text Example
White with #02BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA91; }
p { color: rgb(2,186,145); }
H1.HeaderClassName
{
color: #02BA91;
}
.AnyTagClassName
{
color: #02BA91;
}
</style>
background-color css
<style>
a { background-color: #02BA91; }
a { background-color: rgb(2,186,145); }
div.DivClassName
{
background-color: #02BA91;
}
.BgClassName
{
background-color: #02BA91;
}
</style>
border-color css
<style>
span { border-color: #02BA91; }
span { border-color: rgb(2,186,145); }
td.TdClassName
{
border-color: #02BA91;
}
.TagClassName
{
border-color: #02BA91;
}
</style>