Shades of Puerto Rico #54B5A6
Tints of Puerto Rico #54B5A6
RGB
CMYK
RGB Variations
Color information
#54B5A6 (or 0x54B5A6) is known color: Puerto Rico. HEX triplet: 54, B5 and A6. RGB value is (84,181,166). Sum of RGB (Red+Green+Blue) = 84+181+166=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #54B5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B5A6 is #AB4A59. Grayscale: #969696. Windows color (decimal): -11225690 or 10925396. OLE color: 10925396.
HSL color Cylindrical-coordinate representation of color #54B5A6: hue angle of 170.72º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B5A6 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 181 | 166 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.29 |
| HSL | 170.72º | 0.4% | 0.52% | - |
| HSV(B) | 170.72º | 0.54% | 0.71% | - |
| XYZ | 27.06 | 37.69 | 41.92 | - |
| YUV | 150.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 166 | 0.54 | 0 | 0.08 | 0.29 | 170.72 | 0.4 | 0.52 |
| Hex | 54 | B5 | A6 | 36 | 0 | 8 | 1D | AB | 28 | 34 |
| Octal | 124 | 265 | 246 | 66 | 0 | 10 | 35 | 253 | 50 | 64 |
| Binary | 1010100 | 10110101 | 10100110 | 110110 | 0 | 1000 | 11101 | 10101011 | 101000 | 110100 |
Color Harmonies of #54B5A6
Complementary color
Monochromatic Colors of #54B5A6
Black with #54B5A6
Text Example
Text Example
White with #54B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5A6; }
p { color: rgb(84,181,166); }
H1.HeaderClassName
{
color: #54B5A6;
}
.AnyTagClassName
{
color: #54B5A6;
}
</style>
background-color css
<style>
a { background-color: #54B5A6; }
a { background-color: rgb(84,181,166); }
div.DivClassName
{
background-color: #54B5A6;
}
.BgClassName
{
background-color: #54B5A6;
}
</style>
border-color css
<style>
span { border-color: #54B5A6; }
span { border-color: rgb(84,181,166); }
td.TdClassName
{
border-color: #54B5A6;
}
.TagClassName
{
border-color: #54B5A6;
}
</style>