Shades of Puerto Rico #54BCAA
Tints of Puerto Rico #54BCAA
RGB
CMYK
RGB Variations
Color information
#54BCAA (or 0x54BCAA) is known color: Puerto Rico. HEX triplet: 54, BC and AA. RGB value is (84,188,170). Sum of RGB (Red+Green+Blue) = 84+188+170=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BCAA is #AB4355. Grayscale: #9A9A9A. Windows color (decimal): -11223894 or 11189332. OLE color: 11189332.
HSL color Cylindrical-coordinate representation of color #54BCAA: hue angle of 169.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BCAA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 170 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.26 |
| HSL | 169.62º | 0.44% | 0.53% | - |
| HSV(B) | 169.62º | 0.55% | 0.74% | - |
| XYZ | 28.9 | 40.75 | 44.37 | - |
| YUV | 154.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 170 | 0.55 | 0 | 0.10 | 0.26 | 169.62 | 0.44 | 0.53 |
| Hex | 54 | BC | AA | 37 | 0 | A | 1A | AA | 2C | 35 |
| Octal | 124 | 274 | 252 | 67 | 0 | 12 | 32 | 252 | 54 | 65 |
| Binary | 1010100 | 10111100 | 10101010 | 110111 | 0 | 1010 | 11010 | 10101010 | 101100 | 110101 |
Color Harmonies of #54BCAA
Complementary color
Monochromatic Colors of #54BCAA
Black with #54BCAA
Text Example
Text Example
White with #54BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCAA; }
p { color: rgb(84,188,170); }
H1.HeaderClassName
{
color: #54BCAA;
}
.AnyTagClassName
{
color: #54BCAA;
}
</style>
background-color css
<style>
a { background-color: #54BCAA; }
a { background-color: rgb(84,188,170); }
div.DivClassName
{
background-color: #54BCAA;
}
.BgClassName
{
background-color: #54BCAA;
}
</style>
border-color css
<style>
span { border-color: #54BCAA; }
span { border-color: rgb(84,188,170); }
td.TdClassName
{
border-color: #54BCAA;
}
.TagClassName
{
border-color: #54BCAA;
}
</style>