Shades of Puerto Rico #55BBA9
Tints of Puerto Rico #55BBA9
RGB
CMYK
RGB Variations
Color information
#55BBA9 (or 0x55BBA9) is known color: Puerto Rico. HEX triplet: 55, BB and A9. RGB value is (85,187,169). Sum of RGB (Red+Green+Blue) = 85+187+169=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BBA9 is #AA4456. Grayscale: #9A9A9A. Windows color (decimal): -11158615 or 11123541. OLE color: 11123541.
HSL color Cylindrical-coordinate representation of color #55BBA9: hue angle of 169.41º 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 #55BBA9 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 169 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.27 |
| HSL | 169.41º | 0.43% | 0.53% | - |
| HSV(B) | 169.41º | 0.55% | 0.73% | - |
| XYZ | 28.68 | 40.34 | 43.81 | - |
| YUV | 154.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 169 | 0.55 | 0 | 0.10 | 0.27 | 169.41 | 0.43 | 0.53 |
| Hex | 55 | BB | A9 | 37 | 0 | A | 1B | A9 | 2B | 35 |
| Octal | 125 | 273 | 251 | 67 | 0 | 12 | 33 | 251 | 53 | 65 |
| Binary | 1010101 | 10111011 | 10101001 | 110111 | 0 | 1010 | 11011 | 10101001 | 101011 | 110101 |
Color Harmonies of #55BBA9
Complementary color
Monochromatic Colors of #55BBA9
Black with #55BBA9
Text Example
Text Example
White with #55BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBA9; }
p { color: rgb(85,187,169); }
H1.HeaderClassName
{
color: #55BBA9;
}
.AnyTagClassName
{
color: #55BBA9;
}
</style>
background-color css
<style>
a { background-color: #55BBA9; }
a { background-color: rgb(85,187,169); }
div.DivClassName
{
background-color: #55BBA9;
}
.BgClassName
{
background-color: #55BBA9;
}
</style>
border-color css
<style>
span { border-color: #55BBA9; }
span { border-color: rgb(85,187,169); }
td.TdClassName
{
border-color: #55BBA9;
}
.TagClassName
{
border-color: #55BBA9;
}
</style>