Shades of Puerto Rico #54C5A1
Tints of Puerto Rico #54C5A1
RGB
CMYK
RGB Variations
Color information
#54C5A1 (or 0x54C5A1) is known color: Puerto Rico. HEX triplet: 54, C5 and A1. RGB value is (84,197,161). Sum of RGB (Red+Green+Blue) = 84+197+161=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C5A1 is #AB3A5E. Grayscale: #9F9F9F. Windows color (decimal): -11221599 or 10601812. OLE color: 10601812.
HSL color Cylindrical-coordinate representation of color #54C5A1: hue angle of 160.88º 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 #54C5A1 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 161 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.23 |
| HSL | 160.89º | 0.49% | 0.55% | - |
| HSV(B) | 160.89º | 0.57% | 0.77% | - |
| XYZ | 30.06 | 44.39 | 40.7 | - |
| YUV | 159.11 | 129.06 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 161 | 0.57 | 0 | 0.18 | 0.23 | 160.89 | 0.49 | 0.55 |
| Hex | 54 | C5 | A1 | 39 | 0 | 12 | 17 | A1 | 31 | 37 |
| Octal | 124 | 305 | 241 | 71 | 0 | 22 | 27 | 241 | 61 | 67 |
| Binary | 1010100 | 11000101 | 10100001 | 111001 | 0 | 10010 | 10111 | 10100001 | 110001 | 110111 |
Color Harmonies of #54C5A1
Complementary color
Monochromatic Colors of #54C5A1
Black with #54C5A1
Text Example
Text Example
White with #54C5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5A1; }
p { color: rgb(84,197,161); }
H1.HeaderClassName
{
color: #54C5A1;
}
.AnyTagClassName
{
color: #54C5A1;
}
</style>
background-color css
<style>
a { background-color: #54C5A1; }
a { background-color: rgb(84,197,161); }
div.DivClassName
{
background-color: #54C5A1;
}
.BgClassName
{
background-color: #54C5A1;
}
</style>
border-color css
<style>
span { border-color: #54C5A1; }
span { border-color: rgb(84,197,161); }
td.TdClassName
{
border-color: #54C5A1;
}
.TagClassName
{
border-color: #54C5A1;
}
</style>