Shades of Puerto Rico #54ADA6
Tints of Puerto Rico #54ADA6
RGB
CMYK
RGB Variations
Color information
#54ADA6 (or 0x54ADA6) is known color: Puerto Rico. HEX triplet: 54, AD and A6. RGB value is (84,173,166). Sum of RGB (Red+Green+Blue) = 84+173+166=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #54ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADA6 is #AB5259. Grayscale: #919191. Windows color (decimal): -11227738 or 10923348. OLE color: 10923348.
HSL color Cylindrical-coordinate representation of color #54ADA6: hue angle of 175.28º 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 #54ADA6 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 166 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.32 |
| HSL | 175.28º | 0.35% | 0.5% | - |
| HSV(B) | 175.28º | 0.51% | 0.68% | - |
| XYZ | 25.48 | 34.53 | 41.4 | - |
| YUV | 145.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 166 | 0.51 | 0 | 0.04 | 0.32 | 175.28 | 0.35 | 0.5 |
| Hex | 54 | AD | A6 | 33 | 0 | 4 | 20 | AF | 23 | 32 |
| Octal | 124 | 255 | 246 | 63 | 0 | 4 | 40 | 257 | 43 | 62 |
| Binary | 1010100 | 10101101 | 10100110 | 110011 | 0 | 100 | 100000 | 10101111 | 100011 | 110010 |
Color Harmonies of #54ADA6
Complementary color
Monochromatic Colors of #54ADA6
Black with #54ADA6
Text Example
Text Example
White with #54ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADA6; }
p { color: rgb(84,173,166); }
H1.HeaderClassName
{
color: #54ADA6;
}
.AnyTagClassName
{
color: #54ADA6;
}
</style>
background-color css
<style>
a { background-color: #54ADA6; }
a { background-color: rgb(84,173,166); }
div.DivClassName
{
background-color: #54ADA6;
}
.BgClassName
{
background-color: #54ADA6;
}
</style>
border-color css
<style>
span { border-color: #54ADA6; }
span { border-color: rgb(84,173,166); }
td.TdClassName
{
border-color: #54ADA6;
}
.TagClassName
{
border-color: #54ADA6;
}
</style>