Shades of Caribbean Green #01BFAC
Tints of Caribbean Green #01BFAC
RGB
CMYK
RGB Variations
Color information
#01BFAC (or 0x01BFAC) is known color: Caribbean Green. HEX triplet: 01, BF and AC. RGB value is (1,191,172). Sum of RGB (Red+Green+Blue) = 1+191+172=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BFAC is #FE4053. Grayscale: #838383. Windows color (decimal): -16662612 or 11321089. OLE color: 11321089.
HSL color Cylindrical-coordinate representation of color #01BFAC: hue angle of 174º degrees, saturation: 0.99, 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 #01BFAC is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 172 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.25 |
| HSL | 174º | 0.99% | 0.38% | - |
| HSV(B) | 174º | 0.99% | 0.75% | - |
| XYZ | 26.09 | 40.25 | 45.42 | - |
| YUV | 132.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 172 | 0.99 | 0 | 0.10 | 0.25 | 174 | 0.99 | 0.38 |
| Hex | 1 | BF | AC | 63 | 0 | A | 19 | AE | 63 | 26 |
| Octal | 1 | 277 | 254 | 143 | 0 | 12 | 31 | 256 | 143 | 46 |
| Binary | 1 | 10111111 | 10101100 | 1100011 | 0 | 1010 | 11001 | 10101110 | 1100011 | 100110 |
Color Harmonies of #01BFAC
Complementary color
Monochromatic Colors of #01BFAC
Black with #01BFAC
Text Example
Text Example
White with #01BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFAC; }
p { color: rgb(1,191,172); }
H1.HeaderClassName
{
color: #01BFAC;
}
.AnyTagClassName
{
color: #01BFAC;
}
</style>
background-color css
<style>
a { background-color: #01BFAC; }
a { background-color: rgb(1,191,172); }
div.DivClassName
{
background-color: #01BFAC;
}
.BgClassName
{
background-color: #01BFAC;
}
</style>
border-color css
<style>
span { border-color: #01BFAC; }
span { border-color: rgb(1,191,172); }
td.TdClassName
{
border-color: #01BFAC;
}
.TagClassName
{
border-color: #01BFAC;
}
</style>