Shades of Puerto Rico #54B8A1
Tints of Puerto Rico #54B8A1
RGB
CMYK
RGB Variations
Color information
#54B8A1 (or 0x54B8A1) is known color: Puerto Rico. HEX triplet: 54, B8 and A1. RGB value is (84,184,161). Sum of RGB (Red+Green+Blue) = 84+184+161=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #54B8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B8A1 is #AB475E. Grayscale: #979797. Windows color (decimal): -11224927 or 10598484. OLE color: 10598484.
HSL color Cylindrical-coordinate representation of color #54B8A1: hue angle of 166.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B8A1 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 184 | 161 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.28 |
| HSL | 166.2º | 0.41% | 0.53% | - |
| HSV(B) | 166.2º | 0.54% | 0.72% | - |
| XYZ | 27.23 | 38.74 | 39.76 | - |
| YUV | 151.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 184 | 161 | 0.54 | 0 | 0.12 | 0.28 | 166.2 | 0.41 | 0.53 |
| Hex | 54 | B8 | A1 | 36 | 0 | C | 1C | A6 | 29 | 35 |
| Octal | 124 | 270 | 241 | 66 | 0 | 14 | 34 | 246 | 51 | 65 |
| Binary | 1010100 | 10111000 | 10100001 | 110110 | 0 | 1100 | 11100 | 10100110 | 101001 | 110101 |
Color Harmonies of #54B8A1
Complementary color
Monochromatic Colors of #54B8A1
Black with #54B8A1
Text Example
Text Example
White with #54B8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B8A1; }
p { color: rgb(84,184,161); }
H1.HeaderClassName
{
color: #54B8A1;
}
.AnyTagClassName
{
color: #54B8A1;
}
</style>
background-color css
<style>
a { background-color: #54B8A1; }
a { background-color: rgb(84,184,161); }
div.DivClassName
{
background-color: #54B8A1;
}
.BgClassName
{
background-color: #54B8A1;
}
</style>
border-color css
<style>
span { border-color: #54B8A1; }
span { border-color: rgb(84,184,161); }
td.TdClassName
{
border-color: #54B8A1;
}
.TagClassName
{
border-color: #54B8A1;
}
</style>