Shades of Puerto Rico #57AFA4
Tints of Puerto Rico #57AFA4
RGB
CMYK
RGB Variations
Color information
#57AFA4 (or 0x57AFA4) is known color: Puerto Rico. HEX triplet: 57, AF and A4. RGB value is (87,175,164). Sum of RGB (Red+Green+Blue) = 87+175+164=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFA4 is #A8505B. Grayscale: #939393. Windows color (decimal): -11030620 or 10792791. OLE color: 10792791.
HSL color Cylindrical-coordinate representation of color #57AFA4: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AFA4 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 164 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.31 |
| HSL | 172.5º | 0.35% | 0.51% | - |
| HSV(B) | 172.5º | 0.5% | 0.69% | - |
| XYZ | 25.96 | 35.37 | 40.58 | - |
| YUV | 147.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 164 | 0.50 | 0 | 0.06 | 0.31 | 172.5 | 0.35 | 0.51 |
| Hex | 57 | AF | A4 | 32 | 0 | 6 | 1F | AC | 23 | 33 |
| Octal | 127 | 257 | 244 | 62 | 0 | 6 | 37 | 254 | 43 | 63 |
| Binary | 1010111 | 10101111 | 10100100 | 110010 | 0 | 110 | 11111 | 10101100 | 100011 | 110011 |
Color Harmonies of #57AFA4
Complementary color
Monochromatic Colors of #57AFA4
Black with #57AFA4
Text Example
Text Example
White with #57AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFA4; }
p { color: rgb(87,175,164); }
H1.HeaderClassName
{
color: #57AFA4;
}
.AnyTagClassName
{
color: #57AFA4;
}
</style>
background-color css
<style>
a { background-color: #57AFA4; }
a { background-color: rgb(87,175,164); }
div.DivClassName
{
background-color: #57AFA4;
}
.BgClassName
{
background-color: #57AFA4;
}
</style>
border-color css
<style>
span { border-color: #57AFA4; }
span { border-color: rgb(87,175,164); }
td.TdClassName
{
border-color: #57AFA4;
}
.TagClassName
{
border-color: #57AFA4;
}
</style>