Shades of Puerto Rico #54BBAB
Tints of Puerto Rico #54BBAB
RGB
CMYK
RGB Variations
Color information
#54BBAB (or 0x54BBAB) is known color: Puerto Rico. HEX triplet: 54, BB and AB. RGB value is (84,187,171). Sum of RGB (Red+Green+Blue) = 84+187+171=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BBAB is #AB4454. Grayscale: #9A9A9A. Windows color (decimal): -11224149 or 11254612. OLE color: 11254612.
HSL color Cylindrical-coordinate representation of color #54BBAB: hue angle of 170.68º 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 #54BBAB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 187 | 171 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.27 |
| HSL | 170.68º | 0.43% | 0.53% | - |
| HSV(B) | 170.68º | 0.55% | 0.73% | - |
| XYZ | 28.78 | 40.37 | 44.8 | - |
| YUV | 154.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 171 | 0.55 | 0 | 0.09 | 0.27 | 170.68 | 0.43 | 0.53 |
| Hex | 54 | BB | AB | 37 | 0 | 9 | 1B | AB | 2B | 35 |
| Octal | 124 | 273 | 253 | 67 | 0 | 11 | 33 | 253 | 53 | 65 |
| Binary | 1010100 | 10111011 | 10101011 | 110111 | 0 | 1001 | 11011 | 10101011 | 101011 | 110101 |
Color Harmonies of #54BBAB
Complementary color
Monochromatic Colors of #54BBAB
Black with #54BBAB
Text Example
Text Example
White with #54BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBAB; }
p { color: rgb(84,187,171); }
H1.HeaderClassName
{
color: #54BBAB;
}
.AnyTagClassName
{
color: #54BBAB;
}
</style>
background-color css
<style>
a { background-color: #54BBAB; }
a { background-color: rgb(84,187,171); }
div.DivClassName
{
background-color: #54BBAB;
}
.BgClassName
{
background-color: #54BBAB;
}
</style>
border-color css
<style>
span { border-color: #54BBAB; }
span { border-color: rgb(84,187,171); }
td.TdClassName
{
border-color: #54BBAB;
}
.TagClassName
{
border-color: #54BBAB;
}
</style>