Shades of Puerto Rico #54ABA3
Tints of Puerto Rico #54ABA3
RGB
CMYK
RGB Variations
Color information
#54ABA3 (or 0x54ABA3) is known color: Puerto Rico. HEX triplet: 54, AB and A3. RGB value is (84,171,163). Sum of RGB (Red+Green+Blue) = 84+171+163=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #54ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ABA3 is #AB545C. Grayscale: #909090. Windows color (decimal): -11228253 or 10726228. OLE color: 10726228.
HSL color Cylindrical-coordinate representation of color #54ABA3: hue angle of 174.48º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54ABA3 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 163 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.33 |
| HSL | 174.48º | 0.34% | 0.5% | - |
| HSV(B) | 174.48º | 0.51% | 0.67% | - |
| XYZ | 24.83 | 33.65 | 39.84 | - |
| YUV | 144.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 163 | 0.51 | 0 | 0.05 | 0.33 | 174.48 | 0.34 | 0.5 |
| Hex | 54 | AB | A3 | 33 | 0 | 5 | 21 | AE | 22 | 32 |
| Octal | 124 | 253 | 243 | 63 | 0 | 5 | 41 | 256 | 42 | 62 |
| Binary | 1010100 | 10101011 | 10100011 | 110011 | 0 | 101 | 100001 | 10101110 | 100010 | 110010 |
Color Harmonies of #54ABA3
Complementary color
Monochromatic Colors of #54ABA3
Black with #54ABA3
Text Example
Text Example
White with #54ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABA3; }
p { color: rgb(84,171,163); }
H1.HeaderClassName
{
color: #54ABA3;
}
.AnyTagClassName
{
color: #54ABA3;
}
</style>
background-color css
<style>
a { background-color: #54ABA3; }
a { background-color: rgb(84,171,163); }
div.DivClassName
{
background-color: #54ABA3;
}
.BgClassName
{
background-color: #54ABA3;
}
</style>
border-color css
<style>
span { border-color: #54ABA3; }
span { border-color: rgb(84,171,163); }
td.TdClassName
{
border-color: #54ABA3;
}
.TagClassName
{
border-color: #54ABA3;
}
</style>