Shades of Puerto Rico #57C5AF
Tints of Puerto Rico #57C5AF
RGB
CMYK
RGB Variations
Color information
#57C5AF (or 0x57C5AF) is known color: Puerto Rico. HEX triplet: 57, C5 and AF. RGB value is (87,197,175). Sum of RGB (Red+Green+Blue) = 87+197+175=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C5AF is #A83A50. Grayscale: #A1A1A1. Windows color (decimal): -11024977 or 11519319. OLE color: 11519319.
HSL color Cylindrical-coordinate representation of color #57C5AF: hue angle of 168º 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 #57C5AF is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 175 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.23 |
| HSL | 168º | 0.49% | 0.56% | - |
| HSV(B) | 168º | 0.56% | 0.77% | - |
| XYZ | 31.63 | 45.05 | 47.59 | - |
| YUV | 161.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 175 | 0.56 | 0 | 0.11 | 0.23 | 168 | 0.49 | 0.56 |
| Hex | 57 | C5 | AF | 38 | 0 | B | 17 | A8 | 31 | 38 |
| Octal | 127 | 305 | 257 | 70 | 0 | 13 | 27 | 250 | 61 | 70 |
| Binary | 1010111 | 11000101 | 10101111 | 111000 | 0 | 1011 | 10111 | 10101000 | 110001 | 111000 |
Color Harmonies of #57C5AF
Complementary color
Monochromatic Colors of #57C5AF
Black with #57C5AF
Text Example
Text Example
White with #57C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5AF; }
p { color: rgb(87,197,175); }
H1.HeaderClassName
{
color: #57C5AF;
}
.AnyTagClassName
{
color: #57C5AF;
}
</style>
background-color css
<style>
a { background-color: #57C5AF; }
a { background-color: rgb(87,197,175); }
div.DivClassName
{
background-color: #57C5AF;
}
.BgClassName
{
background-color: #57C5AF;
}
</style>
border-color css
<style>
span { border-color: #57C5AF; }
span { border-color: rgb(87,197,175); }
td.TdClassName
{
border-color: #57C5AF;
}
.TagClassName
{
border-color: #57C5AF;
}
</style>