Shades of Puerto Rico #57BCA0
Tints of Puerto Rico #57BCA0
RGB
CMYK
RGB Variations
Color information
#57BCA0 (or 0x57BCA0) is known color: Puerto Rico. HEX triplet: 57, BC and A0. RGB value is (87,188,160). Sum of RGB (Red+Green+Blue) = 87+188+160=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #57BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BCA0 is #A8435F. Grayscale: #9A9A9A. Windows color (decimal): -11027296 or 10533975. OLE color: 10533975.
HSL color Cylindrical-coordinate representation of color #57BCA0: hue angle of 163.37º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BCA0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 160 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.26 |
| HSL | 163.37º | 0.43% | 0.54% | - |
| HSV(B) | 163.37º | 0.54% | 0.74% | - |
| XYZ | 28.26 | 40.53 | 39.59 | - |
| YUV | 154.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 160 | 0.54 | 0 | 0.15 | 0.26 | 163.37 | 0.43 | 0.54 |
| Hex | 57 | BC | A0 | 36 | 0 | F | 1A | A3 | 2B | 36 |
| Octal | 127 | 274 | 240 | 66 | 0 | 17 | 32 | 243 | 53 | 66 |
| Binary | 1010111 | 10111100 | 10100000 | 110110 | 0 | 1111 | 11010 | 10100011 | 101011 | 110110 |
Color Harmonies of #57BCA0
Complementary color
Monochromatic Colors of #57BCA0
Black with #57BCA0
Text Example
Text Example
White with #57BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCA0; }
p { color: rgb(87,188,160); }
H1.HeaderClassName
{
color: #57BCA0;
}
.AnyTagClassName
{
color: #57BCA0;
}
</style>
background-color css
<style>
a { background-color: #57BCA0; }
a { background-color: rgb(87,188,160); }
div.DivClassName
{
background-color: #57BCA0;
}
.BgClassName
{
background-color: #57BCA0;
}
</style>
border-color css
<style>
span { border-color: #57BCA0; }
span { border-color: rgb(87,188,160); }
td.TdClassName
{
border-color: #57BCA0;
}
.TagClassName
{
border-color: #57BCA0;
}
</style>