Shades of Puerto Rico #57AFA8
Tints of Puerto Rico #57AFA8
RGB
CMYK
RGB Variations
Color information
#57AFA8 (or 0x57AFA8) is known color: Puerto Rico. HEX triplet: 57, AF and A8. RGB value is (87,175,168). Sum of RGB (Red+Green+Blue) = 87+175+168=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFA8 is #A85057. Grayscale: #939393. Windows color (decimal): -11030616 or 11054935. OLE color: 11054935.
HSL color Cylindrical-coordinate representation of color #57AFA8: hue angle of 175.23º 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 #57AFA8 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 168 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.31 |
| HSL | 175.23º | 0.35% | 0.51% | - |
| HSV(B) | 175.23º | 0.5% | 0.69% | - |
| XYZ | 26.33 | 35.51 | 42.51 | - |
| YUV | 147.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 168 | 0.50 | 0 | 0.04 | 0.31 | 175.23 | 0.35 | 0.51 |
| Hex | 57 | AF | A8 | 32 | 0 | 4 | 1F | AF | 23 | 33 |
| Octal | 127 | 257 | 250 | 62 | 0 | 4 | 37 | 257 | 43 | 63 |
| Binary | 1010111 | 10101111 | 10101000 | 110010 | 0 | 100 | 11111 | 10101111 | 100011 | 110011 |
Color Harmonies of #57AFA8
Complementary color
Monochromatic Colors of #57AFA8
Black with #57AFA8
Text Example
Text Example
White with #57AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFA8; }
p { color: rgb(87,175,168); }
H1.HeaderClassName
{
color: #57AFA8;
}
.AnyTagClassName
{
color: #57AFA8;
}
</style>
background-color css
<style>
a { background-color: #57AFA8; }
a { background-color: rgb(87,175,168); }
div.DivClassName
{
background-color: #57AFA8;
}
.BgClassName
{
background-color: #57AFA8;
}
</style>
border-color css
<style>
span { border-color: #57AFA8; }
span { border-color: rgb(87,175,168); }
td.TdClassName
{
border-color: #57AFA8;
}
.TagClassName
{
border-color: #57AFA8;
}
</style>