Shades of Puerto Rico #57B4A0
Tints of Puerto Rico #57B4A0
RGB
CMYK
RGB Variations
Color information
#57B4A0 (or 0x57B4A0) is known color: Puerto Rico. HEX triplet: 57, B4 and A0. RGB value is (87,180,160). Sum of RGB (Red+Green+Blue) = 87+180+160=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #57B4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B4A0 is #A84B5F. Grayscale: #959595. Windows color (decimal): -11029344 or 10531927. OLE color: 10531927.
HSL color Cylindrical-coordinate representation of color #57B4A0: hue angle of 167.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B4A0 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 180 | 160 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.29 |
| HSL | 167.1º | 0.38% | 0.52% | - |
| HSV(B) | 167.1º | 0.52% | 0.71% | - |
| XYZ | 26.6 | 37.21 | 39.04 | - |
| YUV | 149.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 180 | 160 | 0.52 | 0 | 0.11 | 0.29 | 167.1 | 0.38 | 0.52 |
| Hex | 57 | B4 | A0 | 34 | 0 | B | 1D | A7 | 26 | 34 |
| Octal | 127 | 264 | 240 | 64 | 0 | 13 | 35 | 247 | 46 | 64 |
| Binary | 1010111 | 10110100 | 10100000 | 110100 | 0 | 1011 | 11101 | 10100111 | 100110 | 110100 |
Color Harmonies of #57B4A0
Complementary color
Monochromatic Colors of #57B4A0
Black with #57B4A0
Text Example
Text Example
White with #57B4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B4A0; }
p { color: rgb(87,180,160); }
H1.HeaderClassName
{
color: #57B4A0;
}
.AnyTagClassName
{
color: #57B4A0;
}
</style>
background-color css
<style>
a { background-color: #57B4A0; }
a { background-color: rgb(87,180,160); }
div.DivClassName
{
background-color: #57B4A0;
}
.BgClassName
{
background-color: #57B4A0;
}
</style>
border-color css
<style>
span { border-color: #57B4A0; }
span { border-color: rgb(87,180,160); }
td.TdClassName
{
border-color: #57B4A0;
}
.TagClassName
{
border-color: #57B4A0;
}
</style>