Shades of Puerto Rico #54BBAC
Tints of Puerto Rico #54BBAC
RGB
CMYK
RGB Variations
Color information
#54BBAC (or 0x54BBAC) is known color: Puerto Rico. HEX triplet: 54, BB and AC. RGB value is (84,187,172). Sum of RGB (Red+Green+Blue) = 84+187+172=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BBAC is #AB4453. Grayscale: #9A9A9A. Windows color (decimal): -11224148 or 11320148. OLE color: 11320148.
HSL color Cylindrical-coordinate representation of color #54BBAC: hue angle of 171.26º 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 #54BBAC is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 187 | 172 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.27 |
| HSL | 171.26º | 0.43% | 0.53% | - |
| HSV(B) | 171.26º | 0.55% | 0.73% | - |
| XYZ | 28.87 | 40.4 | 45.31 | - |
| YUV | 154.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 172 | 0.55 | 0 | 0.08 | 0.27 | 171.26 | 0.43 | 0.53 |
| Hex | 54 | BB | AC | 37 | 0 | 8 | 1B | AB | 2B | 35 |
| Octal | 124 | 273 | 254 | 67 | 0 | 10 | 33 | 253 | 53 | 65 |
| Binary | 1010100 | 10111011 | 10101100 | 110111 | 0 | 1000 | 11011 | 10101011 | 101011 | 110101 |
Color Harmonies of #54BBAC
Complementary color
Monochromatic Colors of #54BBAC
Black with #54BBAC
Text Example
Text Example
White with #54BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBAC; }
p { color: rgb(84,187,172); }
H1.HeaderClassName
{
color: #54BBAC;
}
.AnyTagClassName
{
color: #54BBAC;
}
</style>
background-color css
<style>
a { background-color: #54BBAC; }
a { background-color: rgb(84,187,172); }
div.DivClassName
{
background-color: #54BBAC;
}
.BgClassName
{
background-color: #54BBAC;
}
</style>
border-color css
<style>
span { border-color: #54BBAC; }
span { border-color: rgb(84,187,172); }
td.TdClassName
{
border-color: #54BBAC;
}
.TagClassName
{
border-color: #54BBAC;
}
</style>