Shades of Puerto Rico #54B5AD
Tints of Puerto Rico #54B5AD
RGB
CMYK
RGB Variations
Color information
#54B5AD (or 0x54B5AD) is known color: Puerto Rico. HEX triplet: 54, B5 and AD. RGB value is (84,181,173). Sum of RGB (Red+Green+Blue) = 84+181+173=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #54B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B5AD is #AB4A52. Grayscale: #979797. Windows color (decimal): -11225683 or 11384148. OLE color: 11384148.
HSL color Cylindrical-coordinate representation of color #54B5AD: hue angle of 175.05º 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 #54B5AD is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 181 | 173 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.29 |
| HSL | 175.05º | 0.4% | 0.52% | - |
| HSV(B) | 175.05º | 0.54% | 0.71% | - |
| XYZ | 27.72 | 37.95 | 45.4 | - |
| YUV | 151.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 173 | 0.54 | 0 | 0.04 | 0.29 | 175.05 | 0.4 | 0.52 |
| Hex | 54 | B5 | AD | 36 | 0 | 4 | 1D | AF | 28 | 34 |
| Octal | 124 | 265 | 255 | 66 | 0 | 4 | 35 | 257 | 50 | 64 |
| Binary | 1010100 | 10110101 | 10101101 | 110110 | 0 | 100 | 11101 | 10101111 | 101000 | 110100 |
Color Harmonies of #54B5AD
Complementary color
Monochromatic Colors of #54B5AD
Black with #54B5AD
Text Example
Text Example
White with #54B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5AD; }
p { color: rgb(84,181,173); }
H1.HeaderClassName
{
color: #54B5AD;
}
.AnyTagClassName
{
color: #54B5AD;
}
</style>
background-color css
<style>
a { background-color: #54B5AD; }
a { background-color: rgb(84,181,173); }
div.DivClassName
{
background-color: #54B5AD;
}
.BgClassName
{
background-color: #54B5AD;
}
</style>
border-color css
<style>
span { border-color: #54B5AD; }
span { border-color: rgb(84,181,173); }
td.TdClassName
{
border-color: #54B5AD;
}
.TagClassName
{
border-color: #54B5AD;
}
</style>