Shades of Puerto Rico #54C5A0
Tints of Puerto Rico #54C5A0
RGB
CMYK
RGB Variations
Color information
#54C5A0 (or 0x54C5A0) is known color: Puerto Rico. HEX triplet: 54, C5 and A0. RGB value is (84,197,160). Sum of RGB (Red+Green+Blue) = 84+197+160=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C5A0 is #AB3A5F. Grayscale: #9F9F9F. Windows color (decimal): -11221600 or 10536276. OLE color: 10536276.
HSL color Cylindrical-coordinate representation of color #54C5A0: hue angle of 160.35º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C5A0 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 160 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.23 |
| HSL | 160.35º | 0.49% | 0.55% | - |
| HSV(B) | 160.35º | 0.57% | 0.77% | - |
| XYZ | 29.97 | 44.36 | 40.24 | - |
| YUV | 159 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 160 | 0.57 | 0 | 0.19 | 0.23 | 160.35 | 0.49 | 0.55 |
| Hex | 54 | C5 | A0 | 39 | 0 | 13 | 17 | A0 | 31 | 37 |
| Octal | 124 | 305 | 240 | 71 | 0 | 23 | 27 | 240 | 61 | 67 |
| Binary | 1010100 | 11000101 | 10100000 | 111001 | 0 | 10011 | 10111 | 10100000 | 110001 | 110111 |
Color Harmonies of #54C5A0
Complementary color
Monochromatic Colors of #54C5A0
Black with #54C5A0
Text Example
Text Example
White with #54C5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5A0; }
p { color: rgb(84,197,160); }
H1.HeaderClassName
{
color: #54C5A0;
}
.AnyTagClassName
{
color: #54C5A0;
}
</style>
background-color css
<style>
a { background-color: #54C5A0; }
a { background-color: rgb(84,197,160); }
div.DivClassName
{
background-color: #54C5A0;
}
.BgClassName
{
background-color: #54C5A0;
}
</style>
border-color css
<style>
span { border-color: #54C5A0; }
span { border-color: rgb(84,197,160); }
td.TdClassName
{
border-color: #54C5A0;
}
.TagClassName
{
border-color: #54C5A0;
}
</style>