Shades of Caribbean Green #02BA99
Tints of Caribbean Green #02BA99
RGB
CMYK
RGB Variations
Color information
#02BA99 (or 0x02BA99) is known color: Caribbean Green. HEX triplet: 02, BA and 99. RGB value is (2,186,153). Sum of RGB (Red+Green+Blue) = 2+186+153=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA99 is #FD4566. Grayscale: #7F7F7F. Windows color (decimal): -16598375 or 10074626. OLE color: 10074626.
HSL color Cylindrical-coordinate representation of color #02BA99: hue angle of 169.24º 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 #02BA99 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 153 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.27 |
| HSL | 169.24º | 0.98% | 0.37% | - |
| HSV(B) | 169.24º | 0.99% | 0.73% | - |
| XYZ | 23.33 | 37.43 | 36.13 | - |
| YUV | 127.22 | 142.54 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 153 | 0.99 | 0 | 0.18 | 0.27 | 169.24 | 0.98 | 0.37 |
| Hex | 2 | BA | 99 | 63 | 0 | 12 | 1B | A9 | 62 | 25 |
| Octal | 2 | 272 | 231 | 143 | 0 | 22 | 33 | 251 | 142 | 45 |
| Binary | 10 | 10111010 | 10011001 | 1100011 | 0 | 10010 | 11011 | 10101001 | 1100010 | 100101 |
Color Harmonies of #02BA99
Complementary color
Monochromatic Colors of #02BA99
Black with #02BA99
Text Example
Text Example
White with #02BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA99; }
p { color: rgb(2,186,153); }
H1.HeaderClassName
{
color: #02BA99;
}
.AnyTagClassName
{
color: #02BA99;
}
</style>
background-color css
<style>
a { background-color: #02BA99; }
a { background-color: rgb(2,186,153); }
div.DivClassName
{
background-color: #02BA99;
}
.BgClassName
{
background-color: #02BA99;
}
</style>
border-color css
<style>
span { border-color: #02BA99; }
span { border-color: rgb(2,186,153); }
td.TdClassName
{
border-color: #02BA99;
}
.TagClassName
{
border-color: #02BA99;
}
</style>