Shades of Puerto Rico #57A99D
Tints of Puerto Rico #57A99D
RGB
CMYK
RGB Variations
Color information
#57A99D (or 0x57A99D) is known color: Puerto Rico. HEX triplet: 57, A9 and 9D. RGB value is (87,169,157). Sum of RGB (Red+Green+Blue) = 87+169+157=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #57A99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A99D is #A85662. Grayscale: #8F8F8F. Windows color (decimal): -11032163 or 10332503. OLE color: 10332503.
HSL color Cylindrical-coordinate representation of color #57A99D: hue angle of 171.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A99D is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 169 | 157 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.34 |
| HSL | 171.22º | 0.32% | 0.5% | - |
| HSV(B) | 171.22º | 0.49% | 0.66% | - |
| XYZ | 24.2 | 32.84 | 36.96 | - |
| YUV | 143.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 157 | 0.49 | 0 | 0.07 | 0.34 | 171.22 | 0.32 | 0.5 |
| Hex | 57 | A9 | 9D | 31 | 0 | 7 | 22 | AB | 20 | 32 |
| Octal | 127 | 251 | 235 | 61 | 0 | 7 | 42 | 253 | 40 | 62 |
| Binary | 1010111 | 10101001 | 10011101 | 110001 | 0 | 111 | 100010 | 10101011 | 100000 | 110010 |
Color Harmonies of #57A99D
Complementary color
Monochromatic Colors of #57A99D
Black with #57A99D
Text Example
Text Example
White with #57A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A99D; }
p { color: rgb(87,169,157); }
H1.HeaderClassName
{
color: #57A99D;
}
.AnyTagClassName
{
color: #57A99D;
}
</style>
background-color css
<style>
a { background-color: #57A99D; }
a { background-color: rgb(87,169,157); }
div.DivClassName
{
background-color: #57A99D;
}
.BgClassName
{
background-color: #57A99D;
}
</style>
border-color css
<style>
span { border-color: #57A99D; }
span { border-color: rgb(87,169,157); }
td.TdClassName
{
border-color: #57A99D;
}
.TagClassName
{
border-color: #57A99D;
}
</style>