Shades of Puerto Rico #57C5A5
Tints of Puerto Rico #57C5A5
RGB
CMYK
RGB Variations
Color information
#57C5A5 (or 0x57C5A5) is known color: Puerto Rico. HEX triplet: 57, C5 and A5. RGB value is (87,197,165). Sum of RGB (Red+Green+Blue) = 87+197+165=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C5A5 is #A83A5A. Grayscale: #A0A0A0. Windows color (decimal): -11024987 or 10863959. OLE color: 10863959.
HSL color Cylindrical-coordinate representation of color #57C5A5: hue angle of 162.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C5A5 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 165 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.23 |
| HSL | 162.55º | 0.49% | 0.56% | - |
| HSV(B) | 162.55º | 0.56% | 0.77% | - |
| XYZ | 30.69 | 44.68 | 42.6 | - |
| YUV | 160.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 165 | 0.56 | 0 | 0.16 | 0.23 | 162.55 | 0.49 | 0.56 |
| Hex | 57 | C5 | A5 | 38 | 0 | 10 | 17 | A3 | 31 | 38 |
| Octal | 127 | 305 | 245 | 70 | 0 | 20 | 27 | 243 | 61 | 70 |
| Binary | 1010111 | 11000101 | 10100101 | 111000 | 0 | 10000 | 10111 | 10100011 | 110001 | 111000 |
Color Harmonies of #57C5A5
Complementary color
Monochromatic Colors of #57C5A5
Black with #57C5A5
Text Example
Text Example
White with #57C5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5A5; }
p { color: rgb(87,197,165); }
H1.HeaderClassName
{
color: #57C5A5;
}
.AnyTagClassName
{
color: #57C5A5;
}
</style>
background-color css
<style>
a { background-color: #57C5A5; }
a { background-color: rgb(87,197,165); }
div.DivClassName
{
background-color: #57C5A5;
}
.BgClassName
{
background-color: #57C5A5;
}
</style>
border-color css
<style>
span { border-color: #57C5A5; }
span { border-color: rgb(87,197,165); }
td.TdClassName
{
border-color: #57C5A5;
}
.TagClassName
{
border-color: #57C5A5;
}
</style>