Shades of Caribbean Green #01BBAC
Tints of Caribbean Green #01BBAC
RGB
CMYK
RGB Variations
Color information
#01BBAC (or 0x01BBAC) is known color: Caribbean Green. HEX triplet: 01, BB and AC. RGB value is (1,187,172). Sum of RGB (Red+Green+Blue) = 1+187+172=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #01BBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BBAC is #FE4453. Grayscale: #818181. Windows color (decimal): -16663636 or 11320065. OLE color: 11320065.
HSL color Cylindrical-coordinate representation of color #01BBAC: hue angle of 175.16º degrees, saturation: 0.99, 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 #01BBAC is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 172 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.27 |
| HSL | 175.16º | 0.99% | 0.37% | - |
| HSV(B) | 175.16º | 0.99% | 0.73% | - |
| XYZ | 25.23 | 38.53 | 45.14 | - |
| YUV | 129.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 172 | 0.99 | 0 | 0.08 | 0.27 | 175.16 | 0.99 | 0.37 |
| Hex | 1 | BB | AC | 63 | 0 | 8 | 1B | AF | 63 | 25 |
| Octal | 1 | 273 | 254 | 143 | 0 | 10 | 33 | 257 | 143 | 45 |
| Binary | 1 | 10111011 | 10101100 | 1100011 | 0 | 1000 | 11011 | 10101111 | 1100011 | 100101 |
Color Harmonies of #01BBAC
Complementary color
Monochromatic Colors of #01BBAC
Black with #01BBAC
Text Example
Text Example
White with #01BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBAC; }
p { color: rgb(1,187,172); }
H1.HeaderClassName
{
color: #01BBAC;
}
.AnyTagClassName
{
color: #01BBAC;
}
</style>
background-color css
<style>
a { background-color: #01BBAC; }
a { background-color: rgb(1,187,172); }
div.DivClassName
{
background-color: #01BBAC;
}
.BgClassName
{
background-color: #01BBAC;
}
</style>
border-color css
<style>
span { border-color: #01BBAC; }
span { border-color: rgb(1,187,172); }
td.TdClassName
{
border-color: #01BBAC;
}
.TagClassName
{
border-color: #01BBAC;
}
</style>