Shades of Puerto Rico #53AFA8
Tints of Puerto Rico #53AFA8
RGB
CMYK
RGB Variations
Color information
#53AFA8 (or 0x53AFA8) is known color: Puerto Rico. HEX triplet: 53, AF and A8. RGB value is (83,175,168). Sum of RGB (Red+Green+Blue) = 83+175+168=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFA8 is #AC5057. Grayscale: #929292. Windows color (decimal): -11292760 or 11054931. OLE color: 11054931.
HSL color Cylindrical-coordinate representation of color #53AFA8: hue angle of 175.43º 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 #53AFA8 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 168 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.31 |
| HSL | 175.43º | 0.37% | 0.51% | - |
| HSV(B) | 175.43º | 0.53% | 0.69% | - |
| XYZ | 25.97 | 35.33 | 42.5 | - |
| YUV | 146.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 168 | 0.53 | 0 | 0.04 | 0.31 | 175.43 | 0.37 | 0.51 |
| Hex | 53 | AF | A8 | 35 | 0 | 4 | 1F | AF | 25 | 33 |
| Octal | 123 | 257 | 250 | 65 | 0 | 4 | 37 | 257 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10101000 | 110101 | 0 | 100 | 11111 | 10101111 | 100101 | 110011 |
Color Harmonies of #53AFA8
Complementary color
Monochromatic Colors of #53AFA8
Black with #53AFA8
Text Example
Text Example
White with #53AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFA8; }
p { color: rgb(83,175,168); }
H1.HeaderClassName
{
color: #53AFA8;
}
.AnyTagClassName
{
color: #53AFA8;
}
</style>
background-color css
<style>
a { background-color: #53AFA8; }
a { background-color: rgb(83,175,168); }
div.DivClassName
{
background-color: #53AFA8;
}
.BgClassName
{
background-color: #53AFA8;
}
</style>
border-color css
<style>
span { border-color: #53AFA8; }
span { border-color: rgb(83,175,168); }
td.TdClassName
{
border-color: #53AFA8;
}
.TagClassName
{
border-color: #53AFA8;
}
</style>