Shades of Puerto Rico #52AFA7
Tints of Puerto Rico #52AFA7
RGB
CMYK
RGB Variations
Color information
#52AFA7 (or 0x52AFA7) is known color: Puerto Rico. HEX triplet: 52, AF and A7. RGB value is (82,175,167). Sum of RGB (Red+Green+Blue) = 82+175+167=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #52AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AFA7 is #AD5058. Grayscale: #929292. Windows color (decimal): -11358297 or 10989394. OLE color: 10989394.
HSL color Cylindrical-coordinate representation of color #52AFA7: hue angle of 174.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AFA7 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 167 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.31 |
| HSL | 174.84º | 0.37% | 0.5% | - |
| HSV(B) | 174.84º | 0.53% | 0.69% | - |
| XYZ | 25.78 | 35.24 | 42 | - |
| YUV | 146.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 167 | 0.53 | 0 | 0.05 | 0.31 | 174.84 | 0.37 | 0.5 |
| Hex | 52 | AF | A7 | 35 | 0 | 5 | 1F | AF | 25 | 32 |
| Octal | 122 | 257 | 247 | 65 | 0 | 5 | 37 | 257 | 45 | 62 |
| Binary | 1010010 | 10101111 | 10100111 | 110101 | 0 | 101 | 11111 | 10101111 | 100101 | 110010 |
Color Harmonies of #52AFA7
Complementary color
Monochromatic Colors of #52AFA7
Black with #52AFA7
Text Example
Text Example
White with #52AFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFA7; }
p { color: rgb(82,175,167); }
H1.HeaderClassName
{
color: #52AFA7;
}
.AnyTagClassName
{
color: #52AFA7;
}
</style>
background-color css
<style>
a { background-color: #52AFA7; }
a { background-color: rgb(82,175,167); }
div.DivClassName
{
background-color: #52AFA7;
}
.BgClassName
{
background-color: #52AFA7;
}
</style>
border-color css
<style>
span { border-color: #52AFA7; }
span { border-color: rgb(82,175,167); }
td.TdClassName
{
border-color: #52AFA7;
}
.TagClassName
{
border-color: #52AFA7;
}
</style>