Shades of Puerto Rico #54BAB0
Tints of Puerto Rico #54BAB0
RGB
CMYK
RGB Variations
Color information
#54BAB0 (or 0x54BAB0) is known color: Puerto Rico. HEX triplet: 54, BA and B0. RGB value is (84,186,176). Sum of RGB (Red+Green+Blue) = 84+186+176=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #54BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BAB0 is #AB454F. Grayscale: #9A9A9A. Windows color (decimal): -11224400 or 11582036. OLE color: 11582036.
HSL color Cylindrical-coordinate representation of color #54BAB0: hue angle of 174.12º 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 #54BAB0 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 176 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.27 |
| HSL | 174.12º | 0.43% | 0.53% | - |
| HSV(B) | 174.12º | 0.55% | 0.73% | - |
| XYZ | 29.05 | 40.14 | 47.29 | - |
| YUV | 154.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 176 | 0.55 | 0 | 0.05 | 0.27 | 174.12 | 0.43 | 0.53 |
| Hex | 54 | BA | B0 | 37 | 0 | 5 | 1B | AE | 2A | 35 |
| Octal | 124 | 272 | 260 | 67 | 0 | 5 | 33 | 256 | 52 | 65 |
| Binary | 1010100 | 10111010 | 10110000 | 110111 | 0 | 101 | 11011 | 10101110 | 101010 | 110101 |
Color Harmonies of #54BAB0
Complementary color
Monochromatic Colors of #54BAB0
Black with #54BAB0
Text Example
Text Example
White with #54BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAB0; }
p { color: rgb(84,186,176); }
H1.HeaderClassName
{
color: #54BAB0;
}
.AnyTagClassName
{
color: #54BAB0;
}
</style>
background-color css
<style>
a { background-color: #54BAB0; }
a { background-color: rgb(84,186,176); }
div.DivClassName
{
background-color: #54BAB0;
}
.BgClassName
{
background-color: #54BAB0;
}
</style>
border-color css
<style>
span { border-color: #54BAB0; }
span { border-color: rgb(84,186,176); }
td.TdClassName
{
border-color: #54BAB0;
}
.TagClassName
{
border-color: #54BAB0;
}
</style>