Shades of Caribbean Green #01BBAB
Tints of Caribbean Green #01BBAB
RGB
CMYK
RGB Variations
Color information
#01BBAB (or 0x01BBAB) is known color: Caribbean Green. HEX triplet: 01, BB and AB. RGB value is (1,187,171). Sum of RGB (Red+Green+Blue) = 1+187+171=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #01BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BBAB is #FE4454. Grayscale: #818181. Windows color (decimal): -16663637 or 11254529. OLE color: 11254529.
HSL color Cylindrical-coordinate representation of color #01BBAB: hue angle of 174.84º 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 #01BBAB is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 171 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.27 |
| HSL | 174.84º | 0.99% | 0.37% | - |
| HSV(B) | 174.84º | 0.99% | 0.73% | - |
| XYZ | 25.13 | 38.49 | 44.63 | - |
| YUV | 129.56 | 151.38 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 171 | 0.99 | 0 | 0.09 | 0.27 | 174.84 | 0.99 | 0.37 |
| Hex | 1 | BB | AB | 63 | 0 | 9 | 1B | AF | 63 | 25 |
| Octal | 1 | 273 | 253 | 143 | 0 | 11 | 33 | 257 | 143 | 45 |
| Binary | 1 | 10111011 | 10101011 | 1100011 | 0 | 1001 | 11011 | 10101111 | 1100011 | 100101 |
Color Harmonies of #01BBAB
Complementary color
Monochromatic Colors of #01BBAB
Black with #01BBAB
Text Example
Text Example
White with #01BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBAB; }
p { color: rgb(1,187,171); }
H1.HeaderClassName
{
color: #01BBAB;
}
.AnyTagClassName
{
color: #01BBAB;
}
</style>
background-color css
<style>
a { background-color: #01BBAB; }
a { background-color: rgb(1,187,171); }
div.DivClassName
{
background-color: #01BBAB;
}
.BgClassName
{
background-color: #01BBAB;
}
</style>
border-color css
<style>
span { border-color: #01BBAB; }
span { border-color: rgb(1,187,171); }
td.TdClassName
{
border-color: #01BBAB;
}
.TagClassName
{
border-color: #01BBAB;
}
</style>