Shades of Caribbean Green #02BBAB
Tints of Caribbean Green #02BBAB
RGB
CMYK
RGB Variations
Color information
#02BBAB (or 0x02BBAB) is known color: Caribbean Green. HEX triplet: 02, BB and AB. RGB value is (2,187,171). Sum of RGB (Red+Green+Blue) = 2+187+171=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #02BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BBAB is #FD4454. Grayscale: #818181. Windows color (decimal): -16598101 or 11254530. OLE color: 11254530.
HSL color Cylindrical-coordinate representation of color #02BBAB: hue angle of 174.81º 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 #02BBAB is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 187 | 171 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.27 |
| HSL | 174.81º | 0.98% | 0.37% | - |
| HSV(B) | 174.81º | 0.99% | 0.73% | - |
| XYZ | 25.15 | 38.49 | 44.63 | - |
| YUV | 129.86 | 151.21 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 171 | 0.99 | 0 | 0.09 | 0.27 | 174.81 | 0.98 | 0.37 |
| Hex | 2 | BB | AB | 63 | 0 | 9 | 1B | AF | 62 | 25 |
| Octal | 2 | 273 | 253 | 143 | 0 | 11 | 33 | 257 | 142 | 45 |
| Binary | 10 | 10111011 | 10101011 | 1100011 | 0 | 1001 | 11011 | 10101111 | 1100010 | 100101 |
Color Harmonies of #02BBAB
Complementary color
Monochromatic Colors of #02BBAB
Black with #02BBAB
Text Example
Text Example
White with #02BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBAB; }
p { color: rgb(2,187,171); }
H1.HeaderClassName
{
color: #02BBAB;
}
.AnyTagClassName
{
color: #02BBAB;
}
</style>
background-color css
<style>
a { background-color: #02BBAB; }
a { background-color: rgb(2,187,171); }
div.DivClassName
{
background-color: #02BBAB;
}
.BgClassName
{
background-color: #02BBAB;
}
</style>
border-color css
<style>
span { border-color: #02BBAB; }
span { border-color: rgb(2,187,171); }
td.TdClassName
{
border-color: #02BBAB;
}
.TagClassName
{
border-color: #02BBAB;
}
</style>