Shades of Caribbean Green #02BAA1
Tints of Caribbean Green #02BAA1
RGB
CMYK
RGB Variations
Color information
#02BAA1 (or 0x02BAA1) is known color: Caribbean Green. HEX triplet: 02, BA and A1. RGB value is (2,186,161). Sum of RGB (Red+Green+Blue) = 2+186+161=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #02BAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BAA1 is #FD455E. Grayscale: #808080. Windows color (decimal): -16598367 or 10598914. OLE color: 10598914.
HSL color Cylindrical-coordinate representation of color #02BAA1: hue angle of 171.85º 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 #02BAA1 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 161 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.27 |
| HSL | 171.85º | 0.98% | 0.37% | - |
| HSV(B) | 171.85º | 0.99% | 0.73% | - |
| XYZ | 24.02 | 37.7 | 39.73 | - |
| YUV | 128.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 161 | 0.99 | 0 | 0.13 | 0.27 | 171.85 | 0.98 | 0.37 |
| Hex | 2 | BA | A1 | 63 | 0 | D | 1B | AC | 62 | 25 |
| Octal | 2 | 272 | 241 | 143 | 0 | 15 | 33 | 254 | 142 | 45 |
| Binary | 10 | 10111010 | 10100001 | 1100011 | 0 | 1101 | 11011 | 10101100 | 1100010 | 100101 |
Color Harmonies of #02BAA1
Complementary color
Monochromatic Colors of #02BAA1
Black with #02BAA1
Text Example
Text Example
White with #02BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BAA1; }
p { color: rgb(2,186,161); }
H1.HeaderClassName
{
color: #02BAA1;
}
.AnyTagClassName
{
color: #02BAA1;
}
</style>
background-color css
<style>
a { background-color: #02BAA1; }
a { background-color: rgb(2,186,161); }
div.DivClassName
{
background-color: #02BAA1;
}
.BgClassName
{
background-color: #02BAA1;
}
</style>
border-color css
<style>
span { border-color: #02BAA1; }
span { border-color: rgb(2,186,161); }
td.TdClassName
{
border-color: #02BAA1;
}
.TagClassName
{
border-color: #02BAA1;
}
</style>