Shades of Puerto Rico #54B2A1
Tints of Puerto Rico #54B2A1
RGB
CMYK
RGB Variations
Color information
#54B2A1 (or 0x54B2A1) is known color: Puerto Rico. HEX triplet: 54, B2 and A1. RGB value is (84,178,161). Sum of RGB (Red+Green+Blue) = 84+178+161=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #54B2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B2A1 is #AB4D5E. Grayscale: #939393. Windows color (decimal): -11226463 or 10596948. OLE color: 10596948.
HSL color Cylindrical-coordinate representation of color #54B2A1: hue angle of 169.15º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B2A1 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 161 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.30 |
| HSL | 169.15º | 0.38% | 0.51% | - |
| HSV(B) | 169.15º | 0.53% | 0.7% | - |
| XYZ | 26.01 | 36.3 | 39.35 | - |
| YUV | 147.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 161 | 0.53 | 0 | 0.10 | 0.30 | 169.15 | 0.38 | 0.51 |
| Hex | 54 | B2 | A1 | 35 | 0 | A | 1E | A9 | 26 | 33 |
| Octal | 124 | 262 | 241 | 65 | 0 | 12 | 36 | 251 | 46 | 63 |
| Binary | 1010100 | 10110010 | 10100001 | 110101 | 0 | 1010 | 11110 | 10101001 | 100110 | 110011 |
Color Harmonies of #54B2A1
Complementary color
Monochromatic Colors of #54B2A1
Black with #54B2A1
Text Example
Text Example
White with #54B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B2A1; }
p { color: rgb(84,178,161); }
H1.HeaderClassName
{
color: #54B2A1;
}
.AnyTagClassName
{
color: #54B2A1;
}
</style>
background-color css
<style>
a { background-color: #54B2A1; }
a { background-color: rgb(84,178,161); }
div.DivClassName
{
background-color: #54B2A1;
}
.BgClassName
{
background-color: #54B2A1;
}
</style>
border-color css
<style>
span { border-color: #54B2A1; }
span { border-color: rgb(84,178,161); }
td.TdClassName
{
border-color: #54B2A1;
}
.TagClassName
{
border-color: #54B2A1;
}
</style>