Shades of Caribbean Green #02BBA3
Tints of Caribbean Green #02BBA3
RGB
CMYK
RGB Variations
Color information
#02BBA3 (or 0x02BBA3) is known color: Caribbean Green. HEX triplet: 02, BB and A3. RGB value is (2,187,163). Sum of RGB (Red+Green+Blue) = 2+187+163=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #02BBA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BBA3 is #FD445C. Grayscale: #808080. Windows color (decimal): -16598109 or 10730242. OLE color: 10730242.
HSL color Cylindrical-coordinate representation of color #02BBA3: hue angle of 172.22º 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 #02BBA3 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 187 | 163 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.27 |
| HSL | 172.22º | 0.98% | 0.37% | - |
| HSV(B) | 172.22º | 0.99% | 0.73% | - |
| XYZ | 24.41 | 38.2 | 40.74 | - |
| YUV | 128.95 | 147.21 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 163 | 0.99 | 0 | 0.13 | 0.27 | 172.22 | 0.98 | 0.37 |
| Hex | 2 | BB | A3 | 63 | 0 | D | 1B | AC | 62 | 25 |
| Octal | 2 | 273 | 243 | 143 | 0 | 15 | 33 | 254 | 142 | 45 |
| Binary | 10 | 10111011 | 10100011 | 1100011 | 0 | 1101 | 11011 | 10101100 | 1100010 | 100101 |
Color Harmonies of #02BBA3
Complementary color
Monochromatic Colors of #02BBA3
Black with #02BBA3
Text Example
Text Example
White with #02BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBA3; }
p { color: rgb(2,187,163); }
H1.HeaderClassName
{
color: #02BBA3;
}
.AnyTagClassName
{
color: #02BBA3;
}
</style>
background-color css
<style>
a { background-color: #02BBA3; }
a { background-color: rgb(2,187,163); }
div.DivClassName
{
background-color: #02BBA3;
}
.BgClassName
{
background-color: #02BBA3;
}
</style>
border-color css
<style>
span { border-color: #02BBA3; }
span { border-color: rgb(2,187,163); }
td.TdClassName
{
border-color: #02BBA3;
}
.TagClassName
{
border-color: #02BBA3;
}
</style>