Shades of Puerto Rico #54BAA2
Tints of Puerto Rico #54BAA2
RGB
CMYK
RGB Variations
Color information
#54BAA2 (or 0x54BAA2) is known color: Puerto Rico. HEX triplet: 54, BA and A2. RGB value is (84,186,162). Sum of RGB (Red+Green+Blue) = 84+186+162=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #54BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BAA2 is #AB455D. Grayscale: #989898. Windows color (decimal): -11224414 or 10664532. OLE color: 10664532.
HSL color Cylindrical-coordinate representation of color #54BAA2: hue angle of 165.88º 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 #54BAA2 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 162 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.27 |
| HSL | 165.88º | 0.43% | 0.53% | - |
| HSV(B) | 165.88º | 0.55% | 0.73% | - |
| XYZ | 27.74 | 39.61 | 40.37 | - |
| YUV | 152.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 162 | 0.55 | 0 | 0.13 | 0.27 | 165.88 | 0.43 | 0.53 |
| Hex | 54 | BA | A2 | 37 | 0 | D | 1B | A6 | 2A | 35 |
| Octal | 124 | 272 | 242 | 67 | 0 | 15 | 33 | 246 | 52 | 65 |
| Binary | 1010100 | 10111010 | 10100010 | 110111 | 0 | 1101 | 11011 | 10100110 | 101010 | 110101 |
Color Harmonies of #54BAA2
Complementary color
Monochromatic Colors of #54BAA2
Black with #54BAA2
Text Example
Text Example
White with #54BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAA2; }
p { color: rgb(84,186,162); }
H1.HeaderClassName
{
color: #54BAA2;
}
.AnyTagClassName
{
color: #54BAA2;
}
</style>
background-color css
<style>
a { background-color: #54BAA2; }
a { background-color: rgb(84,186,162); }
div.DivClassName
{
background-color: #54BAA2;
}
.BgClassName
{
background-color: #54BAA2;
}
</style>
border-color css
<style>
span { border-color: #54BAA2; }
span { border-color: rgb(84,186,162); }
td.TdClassName
{
border-color: #54BAA2;
}
.TagClassName
{
border-color: #54BAA2;
}
</style>