Shades of Puerto Rico #52AFA6
Tints of Puerto Rico #52AFA6
RGB
CMYK
RGB Variations
Color information
#52AFA6 (or 0x52AFA6) is known color: Puerto Rico. HEX triplet: 52, AF and A6. RGB value is (82,175,166). Sum of RGB (Red+Green+Blue) = 82+175+166=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #52AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AFA6 is #AD5059. Grayscale: #929292. Windows color (decimal): -11358298 or 10923858. OLE color: 10923858.
HSL color Cylindrical-coordinate representation of color #52AFA6: hue angle of 174.19º 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 #52AFA6 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 166 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.31 |
| HSL | 174.19º | 0.37% | 0.5% | - |
| HSV(B) | 174.19º | 0.53% | 0.69% | - |
| XYZ | 25.69 | 35.21 | 41.52 | - |
| YUV | 146.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 166 | 0.53 | 0 | 0.05 | 0.31 | 174.19 | 0.37 | 0.5 |
| Hex | 52 | AF | A6 | 35 | 0 | 5 | 1F | AE | 25 | 32 |
| Octal | 122 | 257 | 246 | 65 | 0 | 5 | 37 | 256 | 45 | 62 |
| Binary | 1010010 | 10101111 | 10100110 | 110101 | 0 | 101 | 11111 | 10101110 | 100101 | 110010 |
Color Harmonies of #52AFA6
Complementary color
Monochromatic Colors of #52AFA6
Black with #52AFA6
Text Example
Text Example
White with #52AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFA6; }
p { color: rgb(82,175,166); }
H1.HeaderClassName
{
color: #52AFA6;
}
.AnyTagClassName
{
color: #52AFA6;
}
</style>
background-color css
<style>
a { background-color: #52AFA6; }
a { background-color: rgb(82,175,166); }
div.DivClassName
{
background-color: #52AFA6;
}
.BgClassName
{
background-color: #52AFA6;
}
</style>
border-color css
<style>
span { border-color: #52AFA6; }
span { border-color: rgb(82,175,166); }
td.TdClassName
{
border-color: #52AFA6;
}
.TagClassName
{
border-color: #52AFA6;
}
</style>