Shades of Puerto Rico #57AFA7
Tints of Puerto Rico #57AFA7
RGB
CMYK
RGB Variations
Color information
#57AFA7 (or 0x57AFA7) is known color: Puerto Rico. HEX triplet: 57, AF and A7. RGB value is (87,175,167). Sum of RGB (Red+Green+Blue) = 87+175+167=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFA7 is #A85058. Grayscale: #939393. Windows color (decimal): -11030617 or 10989399. OLE color: 10989399.
HSL color Cylindrical-coordinate representation of color #57AFA7: hue angle of 174.55º 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 #57AFA7 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 167 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.31 |
| HSL | 174.55º | 0.35% | 0.51% | - |
| HSV(B) | 174.55º | 0.5% | 0.69% | - |
| XYZ | 26.24 | 35.48 | 42.02 | - |
| YUV | 147.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 167 | 0.50 | 0 | 0.05 | 0.31 | 174.55 | 0.35 | 0.51 |
| Hex | 57 | AF | A7 | 32 | 0 | 5 | 1F | AF | 23 | 33 |
| Octal | 127 | 257 | 247 | 62 | 0 | 5 | 37 | 257 | 43 | 63 |
| Binary | 1010111 | 10101111 | 10100111 | 110010 | 0 | 101 | 11111 | 10101111 | 100011 | 110011 |
Color Harmonies of #57AFA7
Complementary color
Monochromatic Colors of #57AFA7
Black with #57AFA7
Text Example
Text Example
White with #57AFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFA7; }
p { color: rgb(87,175,167); }
H1.HeaderClassName
{
color: #57AFA7;
}
.AnyTagClassName
{
color: #57AFA7;
}
</style>
background-color css
<style>
a { background-color: #57AFA7; }
a { background-color: rgb(87,175,167); }
div.DivClassName
{
background-color: #57AFA7;
}
.BgClassName
{
background-color: #57AFA7;
}
</style>
border-color css
<style>
span { border-color: #57AFA7; }
span { border-color: rgb(87,175,167); }
td.TdClassName
{
border-color: #57AFA7;
}
.TagClassName
{
border-color: #57AFA7;
}
</style>