Shades of Puerto Rico #53AFA4
Tints of Puerto Rico #53AFA4
RGB
CMYK
RGB Variations
Color information
#53AFA4 (or 0x53AFA4) is known color: Puerto Rico. HEX triplet: 53, AF and A4. RGB value is (83,175,164). Sum of RGB (Red+Green+Blue) = 83+175+164=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFA4 is #AC505B. Grayscale: #929292. Windows color (decimal): -11292764 or 10792787. OLE color: 10792787.
HSL color Cylindrical-coordinate representation of color #53AFA4: hue angle of 172.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AFA4 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 164 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.31 |
| HSL | 172.83º | 0.37% | 0.51% | - |
| HSV(B) | 172.83º | 0.53% | 0.69% | - |
| XYZ | 25.6 | 35.18 | 40.56 | - |
| YUV | 146.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 164 | 0.53 | 0 | 0.06 | 0.31 | 172.83 | 0.37 | 0.51 |
| Hex | 53 | AF | A4 | 35 | 0 | 6 | 1F | AD | 25 | 33 |
| Octal | 123 | 257 | 244 | 65 | 0 | 6 | 37 | 255 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10100100 | 110101 | 0 | 110 | 11111 | 10101101 | 100101 | 110011 |
Color Harmonies of #53AFA4
Complementary color
Monochromatic Colors of #53AFA4
Black with #53AFA4
Text Example
Text Example
White with #53AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFA4; }
p { color: rgb(83,175,164); }
H1.HeaderClassName
{
color: #53AFA4;
}
.AnyTagClassName
{
color: #53AFA4;
}
</style>
background-color css
<style>
a { background-color: #53AFA4; }
a { background-color: rgb(83,175,164); }
div.DivClassName
{
background-color: #53AFA4;
}
.BgClassName
{
background-color: #53AFA4;
}
</style>
border-color css
<style>
span { border-color: #53AFA4; }
span { border-color: rgb(83,175,164); }
td.TdClassName
{
border-color: #53AFA4;
}
.TagClassName
{
border-color: #53AFA4;
}
</style>