Shades of Caribbean Green #02BFAC
Tints of Caribbean Green #02BFAC
RGB
CMYK
RGB Variations
Color information
#02BFAC (or 0x02BFAC) is known color: Caribbean Green. HEX triplet: 02, BF and AC. RGB value is (2,191,172). Sum of RGB (Red+Green+Blue) = 2+191+172=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #02BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BFAC is #FD4053. Grayscale: #848484. Windows color (decimal): -16597076 or 11321090. OLE color: 11321090.
HSL color Cylindrical-coordinate representation of color #02BFAC: hue angle of 173.97º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFAC is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 191 | 172 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.25 |
| HSL | 173.97º | 0.98% | 0.38% | - |
| HSV(B) | 173.97º | 0.99% | 0.75% | - |
| XYZ | 26.1 | 40.25 | 45.42 | - |
| YUV | 132.32 | 150.38 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 172 | 0.99 | 0 | 0.10 | 0.25 | 173.97 | 0.98 | 0.38 |
| Hex | 2 | BF | AC | 63 | 0 | A | 19 | AE | 62 | 26 |
| Octal | 2 | 277 | 254 | 143 | 0 | 12 | 31 | 256 | 142 | 46 |
| Binary | 10 | 10111111 | 10101100 | 1100011 | 0 | 1010 | 11001 | 10101110 | 1100010 | 100110 |
Color Harmonies of #02BFAC
Complementary color
Monochromatic Colors of #02BFAC
Black with #02BFAC
Text Example
Text Example
White with #02BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFAC; }
p { color: rgb(2,191,172); }
H1.HeaderClassName
{
color: #02BFAC;
}
.AnyTagClassName
{
color: #02BFAC;
}
</style>
background-color css
<style>
a { background-color: #02BFAC; }
a { background-color: rgb(2,191,172); }
div.DivClassName
{
background-color: #02BFAC;
}
.BgClassName
{
background-color: #02BFAC;
}
</style>
border-color css
<style>
span { border-color: #02BFAC; }
span { border-color: rgb(2,191,172); }
td.TdClassName
{
border-color: #02BFAC;
}
.TagClassName
{
border-color: #02BFAC;
}
</style>