Shades of Puerto Rico #54BBAA
Tints of Puerto Rico #54BBAA
RGB
CMYK
RGB Variations
Color information
#54BBAA (or 0x54BBAA) is known color: Puerto Rico. HEX triplet: 54, BB and AA. RGB value is (84,187,170). Sum of RGB (Red+Green+Blue) = 84+187+170=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BBAA is #AB4455. Grayscale: #9A9A9A. Windows color (decimal): -11224150 or 11189076. OLE color: 11189076.
HSL color Cylindrical-coordinate representation of color #54BBAA: hue angle of 170.1º 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 #54BBAA is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 187 | 170 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.27 |
| HSL | 170.1º | 0.43% | 0.53% | - |
| HSV(B) | 170.1º | 0.55% | 0.73% | - |
| XYZ | 28.68 | 40.33 | 44.3 | - |
| YUV | 154.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 170 | 0.55 | 0 | 0.09 | 0.27 | 170.1 | 0.43 | 0.53 |
| Hex | 54 | BB | AA | 37 | 0 | 9 | 1B | AA | 2B | 35 |
| Octal | 124 | 273 | 252 | 67 | 0 | 11 | 33 | 252 | 53 | 65 |
| Binary | 1010100 | 10111011 | 10101010 | 110111 | 0 | 1001 | 11011 | 10101010 | 101011 | 110101 |
Color Harmonies of #54BBAA
Complementary color
Monochromatic Colors of #54BBAA
Black with #54BBAA
Text Example
Text Example
White with #54BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBAA; }
p { color: rgb(84,187,170); }
H1.HeaderClassName
{
color: #54BBAA;
}
.AnyTagClassName
{
color: #54BBAA;
}
</style>
background-color css
<style>
a { background-color: #54BBAA; }
a { background-color: rgb(84,187,170); }
div.DivClassName
{
background-color: #54BBAA;
}
.BgClassName
{
background-color: #54BBAA;
}
</style>
border-color css
<style>
span { border-color: #54BBAA; }
span { border-color: rgb(84,187,170); }
td.TdClassName
{
border-color: #54BBAA;
}
.TagClassName
{
border-color: #54BBAA;
}
</style>