Shades of Puerto Rico #55BBAB
Tints of Puerto Rico #55BBAB
RGB
CMYK
RGB Variations
Color information
#55BBAB (or 0x55BBAB) is known color: Puerto Rico. HEX triplet: 55, BB and AB. RGB value is (85,187,171). Sum of RGB (Red+Green+Blue) = 85+187+171=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BBAB is #AA4454. Grayscale: #9A9A9A. Windows color (decimal): -11158613 or 11254613. OLE color: 11254613.
HSL color Cylindrical-coordinate representation of color #55BBAB: hue angle of 170.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BBAB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 171 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.27 |
| HSL | 170.59º | 0.43% | 0.53% | - |
| HSV(B) | 170.59º | 0.55% | 0.73% | - |
| XYZ | 28.87 | 40.41 | 44.81 | - |
| YUV | 154.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 171 | 0.55 | 0 | 0.09 | 0.27 | 170.59 | 0.43 | 0.53 |
| Hex | 55 | BB | AB | 37 | 0 | 9 | 1B | AB | 2B | 35 |
| Octal | 125 | 273 | 253 | 67 | 0 | 11 | 33 | 253 | 53 | 65 |
| Binary | 1010101 | 10111011 | 10101011 | 110111 | 0 | 1001 | 11011 | 10101011 | 101011 | 110101 |
Color Harmonies of #55BBAB
Complementary color
Monochromatic Colors of #55BBAB
Black with #55BBAB
Text Example
Text Example
White with #55BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBAB; }
p { color: rgb(85,187,171); }
H1.HeaderClassName
{
color: #55BBAB;
}
.AnyTagClassName
{
color: #55BBAB;
}
</style>
background-color css
<style>
a { background-color: #55BBAB; }
a { background-color: rgb(85,187,171); }
div.DivClassName
{
background-color: #55BBAB;
}
.BgClassName
{
background-color: #55BBAB;
}
</style>
border-color css
<style>
span { border-color: #55BBAB; }
span { border-color: rgb(85,187,171); }
td.TdClassName
{
border-color: #55BBAB;
}
.TagClassName
{
border-color: #55BBAB;
}
</style>