Shades of Caribbean Green #02BCAB
Tints of Caribbean Green #02BCAB
RGB
CMYK
RGB Variations
Color information
#02BCAB (or 0x02BCAB) is known color: Caribbean Green. HEX triplet: 02, BC and AB. RGB value is (2,188,171). Sum of RGB (Red+Green+Blue) = 2+188+171=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BCAB is #FD4354. Grayscale: #828282. Windows color (decimal): -16597845 or 11254786. OLE color: 11254786.
HSL color Cylindrical-coordinate representation of color #02BCAB: hue angle of 174.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCAB is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 171 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.26 |
| HSL | 174.52º | 0.98% | 0.37% | - |
| HSV(B) | 174.52º | 0.99% | 0.74% | - |
| XYZ | 25.36 | 38.92 | 44.7 | - |
| YUV | 130.45 | 150.88 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 171 | 0.99 | 0 | 0.09 | 0.26 | 174.52 | 0.98 | 0.37 |
| Hex | 2 | BC | AB | 63 | 0 | 9 | 1A | AF | 62 | 25 |
| Octal | 2 | 274 | 253 | 143 | 0 | 11 | 32 | 257 | 142 | 45 |
| Binary | 10 | 10111100 | 10101011 | 1100011 | 0 | 1001 | 11010 | 10101111 | 1100010 | 100101 |
Color Harmonies of #02BCAB
Complementary color
Monochromatic Colors of #02BCAB
Black with #02BCAB
Text Example
Text Example
White with #02BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCAB; }
p { color: rgb(2,188,171); }
H1.HeaderClassName
{
color: #02BCAB;
}
.AnyTagClassName
{
color: #02BCAB;
}
</style>
background-color css
<style>
a { background-color: #02BCAB; }
a { background-color: rgb(2,188,171); }
div.DivClassName
{
background-color: #02BCAB;
}
.BgClassName
{
background-color: #02BCAB;
}
</style>
border-color css
<style>
span { border-color: #02BCAB; }
span { border-color: rgb(2,188,171); }
td.TdClassName
{
border-color: #02BCAB;
}
.TagClassName
{
border-color: #02BCAB;
}
</style>