Shades of Puerto Rico #54ADA3
Tints of Puerto Rico #54ADA3
RGB
CMYK
RGB Variations
Color information
#54ADA3 (or 0x54ADA3) is known color: Puerto Rico. HEX triplet: 54, AD and A3. RGB value is (84,173,163). Sum of RGB (Red+Green+Blue) = 84+173+163=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #54ADA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADA3 is #AB525C. Grayscale: #919191. Windows color (decimal): -11227741 or 10726740. OLE color: 10726740.
HSL color Cylindrical-coordinate representation of color #54ADA3: hue angle of 173.26º 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 #54ADA3 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 173 | 163 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.32 |
| HSL | 173.26º | 0.35% | 0.5% | - |
| HSV(B) | 173.26º | 0.51% | 0.68% | - |
| XYZ | 25.21 | 34.42 | 39.96 | - |
| YUV | 145.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 163 | 0.51 | 0 | 0.06 | 0.32 | 173.26 | 0.35 | 0.5 |
| Hex | 54 | AD | A3 | 33 | 0 | 6 | 20 | AD | 23 | 32 |
| Octal | 124 | 255 | 243 | 63 | 0 | 6 | 40 | 255 | 43 | 62 |
| Binary | 1010100 | 10101101 | 10100011 | 110011 | 0 | 110 | 100000 | 10101101 | 100011 | 110010 |
Color Harmonies of #54ADA3
Complementary color
Monochromatic Colors of #54ADA3
Black with #54ADA3
Text Example
Text Example
White with #54ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADA3; }
p { color: rgb(84,173,163); }
H1.HeaderClassName
{
color: #54ADA3;
}
.AnyTagClassName
{
color: #54ADA3;
}
</style>
background-color css
<style>
a { background-color: #54ADA3; }
a { background-color: rgb(84,173,163); }
div.DivClassName
{
background-color: #54ADA3;
}
.BgClassName
{
background-color: #54ADA3;
}
</style>
border-color css
<style>
span { border-color: #54ADA3; }
span { border-color: rgb(84,173,163); }
td.TdClassName
{
border-color: #54ADA3;
}
.TagClassName
{
border-color: #54ADA3;
}
</style>