Shades of Puerto Rico #54BAB2
Tints of Puerto Rico #54BAB2
RGB
CMYK
RGB Variations
Color information
#54BAB2 (or 0x54BAB2) is known color: Puerto Rico. HEX triplet: 54, BA and B2. RGB value is (84,186,178). Sum of RGB (Red+Green+Blue) = 84+186+178=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #54BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BAB2 is #AB454D. Grayscale: #9A9A9A. Windows color (decimal): -11224398 or 11713108. OLE color: 11713108.
HSL color Cylindrical-coordinate representation of color #54BAB2: hue angle of 175.29º 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 #54BAB2 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 178 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.27 |
| HSL | 175.29º | 0.43% | 0.53% | - |
| HSV(B) | 175.29º | 0.55% | 0.73% | - |
| XYZ | 29.25 | 40.22 | 48.34 | - |
| YUV | 154.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 178 | 0.55 | 0 | 0.04 | 0.27 | 175.29 | 0.43 | 0.53 |
| Hex | 54 | BA | B2 | 37 | 0 | 4 | 1B | AF | 2A | 35 |
| Octal | 124 | 272 | 262 | 67 | 0 | 4 | 33 | 257 | 52 | 65 |
| Binary | 1010100 | 10111010 | 10110010 | 110111 | 0 | 100 | 11011 | 10101111 | 101010 | 110101 |
Color Harmonies of #54BAB2
Complementary color
Monochromatic Colors of #54BAB2
Black with #54BAB2
Text Example
Text Example
White with #54BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAB2; }
p { color: rgb(84,186,178); }
H1.HeaderClassName
{
color: #54BAB2;
}
.AnyTagClassName
{
color: #54BAB2;
}
</style>
background-color css
<style>
a { background-color: #54BAB2; }
a { background-color: rgb(84,186,178); }
div.DivClassName
{
background-color: #54BAB2;
}
.BgClassName
{
background-color: #54BAB2;
}
</style>
border-color css
<style>
span { border-color: #54BAB2; }
span { border-color: rgb(84,186,178); }
td.TdClassName
{
border-color: #54BAB2;
}
.TagClassName
{
border-color: #54BAB2;
}
</style>