Shades of Puerto Rico #54BAA8
Tints of Puerto Rico #54BAA8
RGB
CMYK
RGB Variations
Color information
#54BAA8 (or 0x54BAA8) is known color: Puerto Rico. HEX triplet: 54, BA and A8. RGB value is (84,186,168). Sum of RGB (Red+Green+Blue) = 84+186+168=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #54BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BAA8 is #AB4557. Grayscale: #999999. Windows color (decimal): -11224408 or 11057748. OLE color: 11057748.
HSL color Cylindrical-coordinate representation of color #54BAA8: hue angle of 169.41º 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 #54BAA8 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 168 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.27 |
| HSL | 169.41º | 0.43% | 0.53% | - |
| HSV(B) | 169.41º | 0.55% | 0.73% | - |
| XYZ | 28.28 | 39.83 | 43.24 | - |
| YUV | 153.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 168 | 0.55 | 0 | 0.10 | 0.27 | 169.41 | 0.43 | 0.53 |
| Hex | 54 | BA | A8 | 37 | 0 | A | 1B | A9 | 2A | 35 |
| Octal | 124 | 272 | 250 | 67 | 0 | 12 | 33 | 251 | 52 | 65 |
| Binary | 1010100 | 10111010 | 10101000 | 110111 | 0 | 1010 | 11011 | 10101001 | 101010 | 110101 |
Color Harmonies of #54BAA8
Complementary color
Monochromatic Colors of #54BAA8
Black with #54BAA8
Text Example
Text Example
White with #54BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAA8; }
p { color: rgb(84,186,168); }
H1.HeaderClassName
{
color: #54BAA8;
}
.AnyTagClassName
{
color: #54BAA8;
}
</style>
background-color css
<style>
a { background-color: #54BAA8; }
a { background-color: rgb(84,186,168); }
div.DivClassName
{
background-color: #54BAA8;
}
.BgClassName
{
background-color: #54BAA8;
}
</style>
border-color css
<style>
span { border-color: #54BAA8; }
span { border-color: rgb(84,186,168); }
td.TdClassName
{
border-color: #54BAA8;
}
.TagClassName
{
border-color: #54BAA8;
}
</style>