Shades of Puerto Rico #57B8A8
Tints of Puerto Rico #57B8A8
RGB
CMYK
RGB Variations
Color information
#57B8A8 (or 0x57B8A8) is known color: Puerto Rico. HEX triplet: 57, B8 and A8. RGB value is (87,184,168). Sum of RGB (Red+Green+Blue) = 87+184+168=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #57B8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B8A8 is #A84757. Grayscale: #999999. Windows color (decimal): -11028312 or 11057239. OLE color: 11057239.
HSL color Cylindrical-coordinate representation of color #57B8A8: hue angle of 170.1º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B8A8 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 184 | 168 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.28 |
| HSL | 170.1º | 0.41% | 0.53% | - |
| HSV(B) | 170.1º | 0.53% | 0.72% | - |
| XYZ | 28.14 | 39.13 | 43.12 | - |
| YUV | 153.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 184 | 168 | 0.53 | 0 | 0.09 | 0.28 | 170.1 | 0.41 | 0.53 |
| Hex | 57 | B8 | A8 | 35 | 0 | 9 | 1C | AA | 29 | 35 |
| Octal | 127 | 270 | 250 | 65 | 0 | 11 | 34 | 252 | 51 | 65 |
| Binary | 1010111 | 10111000 | 10101000 | 110101 | 0 | 1001 | 11100 | 10101010 | 101001 | 110101 |
Color Harmonies of #57B8A8
Complementary color
Monochromatic Colors of #57B8A8
Black with #57B8A8
Text Example
Text Example
White with #57B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B8A8; }
p { color: rgb(87,184,168); }
H1.HeaderClassName
{
color: #57B8A8;
}
.AnyTagClassName
{
color: #57B8A8;
}
</style>
background-color css
<style>
a { background-color: #57B8A8; }
a { background-color: rgb(87,184,168); }
div.DivClassName
{
background-color: #57B8A8;
}
.BgClassName
{
background-color: #57B8A8;
}
</style>
border-color css
<style>
span { border-color: #57B8A8; }
span { border-color: rgb(87,184,168); }
td.TdClassName
{
border-color: #57B8A8;
}
.TagClassName
{
border-color: #57B8A8;
}
</style>