Shades of Puerto Rico #54B0AA
Tints of Puerto Rico #54B0AA
RGB
CMYK
RGB Variations
Color information
#54B0AA (or 0x54B0AA) is known color: Puerto Rico. HEX triplet: 54, B0 and AA. RGB value is (84,176,170). Sum of RGB (Red+Green+Blue) = 84+176+170=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #54B0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B0AA is #AB4F55. Grayscale: #939393. Windows color (decimal): -11226966 or 11186260. OLE color: 11186260.
HSL color Cylindrical-coordinate representation of color #54B0AA: hue angle of 176.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B0AA is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 176 | 170 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.31 |
| HSL | 176.09º | 0.37% | 0.51% | - |
| HSV(B) | 176.09º | 0.52% | 0.69% | - |
| XYZ | 26.44 | 35.84 | 43.55 | - |
| YUV | 147.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 170 | 0.52 | 0 | 0.03 | 0.31 | 176.09 | 0.37 | 0.51 |
| Hex | 54 | B0 | AA | 34 | 0 | 3 | 1F | B0 | 25 | 33 |
| Octal | 124 | 260 | 252 | 64 | 0 | 3 | 37 | 260 | 45 | 63 |
| Binary | 1010100 | 10110000 | 10101010 | 110100 | 0 | 11 | 11111 | 10110000 | 100101 | 110011 |
Color Harmonies of #54B0AA
Complementary color
Monochromatic Colors of #54B0AA
Black with #54B0AA
Text Example
Text Example
White with #54B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0AA; }
p { color: rgb(84,176,170); }
H1.HeaderClassName
{
color: #54B0AA;
}
.AnyTagClassName
{
color: #54B0AA;
}
</style>
background-color css
<style>
a { background-color: #54B0AA; }
a { background-color: rgb(84,176,170); }
div.DivClassName
{
background-color: #54B0AA;
}
.BgClassName
{
background-color: #54B0AA;
}
</style>
border-color css
<style>
span { border-color: #54B0AA; }
span { border-color: rgb(84,176,170); }
td.TdClassName
{
border-color: #54B0AA;
}
.TagClassName
{
border-color: #54B0AA;
}
</style>