Shades of Puerto Rico #57AD9F
Tints of Puerto Rico #57AD9F
RGB
CMYK
RGB Variations
Color information
#57AD9F (or 0x57AD9F) is known color: Puerto Rico. HEX triplet: 57, AD and 9F. RGB value is (87,173,159). Sum of RGB (Red+Green+Blue) = 87+173+159=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AD9F is #A85260. Grayscale: #919191. Windows color (decimal): -11031137 or 10464599. OLE color: 10464599.
HSL color Cylindrical-coordinate representation of color #57AD9F: hue angle of 170.23º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AD9F is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 173 | 159 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.32 |
| HSL | 170.23º | 0.34% | 0.51% | - |
| HSV(B) | 170.23º | 0.5% | 0.68% | - |
| XYZ | 25.13 | 34.42 | 38.12 | - |
| YUV | 145.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 159 | 0.50 | 0 | 0.08 | 0.32 | 170.23 | 0.34 | 0.51 |
| Hex | 57 | AD | 9F | 32 | 0 | 8 | 20 | AA | 22 | 33 |
| Octal | 127 | 255 | 237 | 62 | 0 | 10 | 40 | 252 | 42 | 63 |
| Binary | 1010111 | 10101101 | 10011111 | 110010 | 0 | 1000 | 100000 | 10101010 | 100010 | 110011 |
Color Harmonies of #57AD9F
Complementary color
Monochromatic Colors of #57AD9F
Black with #57AD9F
Text Example
Text Example
White with #57AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AD9F; }
p { color: rgb(87,173,159); }
H1.HeaderClassName
{
color: #57AD9F;
}
.AnyTagClassName
{
color: #57AD9F;
}
</style>
background-color css
<style>
a { background-color: #57AD9F; }
a { background-color: rgb(87,173,159); }
div.DivClassName
{
background-color: #57AD9F;
}
.BgClassName
{
background-color: #57AD9F;
}
</style>
border-color css
<style>
span { border-color: #57AD9F; }
span { border-color: rgb(87,173,159); }
td.TdClassName
{
border-color: #57AD9F;
}
.TagClassName
{
border-color: #57AD9F;
}
</style>