Shades of Puerto Rico #54ADA1
Tints of Puerto Rico #54ADA1
RGB
CMYK
RGB Variations
Color information
#54ADA1 (or 0x54ADA1) is known color: Puerto Rico. HEX triplet: 54, AD and A1. RGB value is (84,173,161). Sum of RGB (Red+Green+Blue) = 84+173+161=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #54ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADA1 is #AB525E. Grayscale: #909090. Windows color (decimal): -11227743 or 10595668. OLE color: 10595668.
HSL color Cylindrical-coordinate representation of color #54ADA1: hue angle of 171.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54ADA1 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 161 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.32 |
| HSL | 171.91º | 0.35% | 0.5% | - |
| HSV(B) | 171.91º | 0.51% | 0.68% | - |
| XYZ | 25.03 | 34.35 | 39.03 | - |
| YUV | 145.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 161 | 0.51 | 0 | 0.07 | 0.32 | 171.91 | 0.35 | 0.5 |
| Hex | 54 | AD | A1 | 33 | 0 | 7 | 20 | AC | 23 | 32 |
| Octal | 124 | 255 | 241 | 63 | 0 | 7 | 40 | 254 | 43 | 62 |
| Binary | 1010100 | 10101101 | 10100001 | 110011 | 0 | 111 | 100000 | 10101100 | 100011 | 110010 |
Color Harmonies of #54ADA1
Complementary color
Monochromatic Colors of #54ADA1
Black with #54ADA1
Text Example
Text Example
White with #54ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADA1; }
p { color: rgb(84,173,161); }
H1.HeaderClassName
{
color: #54ADA1;
}
.AnyTagClassName
{
color: #54ADA1;
}
</style>
background-color css
<style>
a { background-color: #54ADA1; }
a { background-color: rgb(84,173,161); }
div.DivClassName
{
background-color: #54ADA1;
}
.BgClassName
{
background-color: #54ADA1;
}
</style>
border-color css
<style>
span { border-color: #54ADA1; }
span { border-color: rgb(84,173,161); }
td.TdClassName
{
border-color: #54ADA1;
}
.TagClassName
{
border-color: #54ADA1;
}
</style>