Shades of Puerto Rico #54B1A8
Tints of Puerto Rico #54B1A8
RGB
CMYK
RGB Variations
Color information
#54B1A8 (or 0x54B1A8) is known color: Puerto Rico. HEX triplet: 54, B1 and A8. RGB value is (84,177,168). Sum of RGB (Red+Green+Blue) = 84+177+168=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #54B1A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B1A8 is #AB4E57. Grayscale: #949494. Windows color (decimal): -11226712 or 11055444. OLE color: 11055444.
HSL color Cylindrical-coordinate representation of color #54B1A8: hue angle of 174.19º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B1A8 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 177 | 168 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.31 |
| HSL | 174.19º | 0.37% | 0.51% | - |
| HSV(B) | 174.19º | 0.53% | 0.69% | - |
| XYZ | 26.45 | 36.16 | 42.63 | - |
| YUV | 148.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 168 | 0.53 | 0 | 0.05 | 0.31 | 174.19 | 0.37 | 0.51 |
| Hex | 54 | B1 | A8 | 35 | 0 | 5 | 1F | AE | 25 | 33 |
| Octal | 124 | 261 | 250 | 65 | 0 | 5 | 37 | 256 | 45 | 63 |
| Binary | 1010100 | 10110001 | 10101000 | 110101 | 0 | 101 | 11111 | 10101110 | 100101 | 110011 |
Color Harmonies of #54B1A8
Complementary color
Monochromatic Colors of #54B1A8
Black with #54B1A8
Text Example
Text Example
White with #54B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B1A8; }
p { color: rgb(84,177,168); }
H1.HeaderClassName
{
color: #54B1A8;
}
.AnyTagClassName
{
color: #54B1A8;
}
</style>
background-color css
<style>
a { background-color: #54B1A8; }
a { background-color: rgb(84,177,168); }
div.DivClassName
{
background-color: #54B1A8;
}
.BgClassName
{
background-color: #54B1A8;
}
</style>
border-color css
<style>
span { border-color: #54B1A8; }
span { border-color: rgb(84,177,168); }
td.TdClassName
{
border-color: #54B1A8;
}
.TagClassName
{
border-color: #54B1A8;
}
</style>