Shades of Puerto Rico #57BDB1
Tints of Puerto Rico #57BDB1
RGB
CMYK
RGB Variations
Color information
#57BDB1 (or 0x57BDB1) is known color: Puerto Rico. HEX triplet: 57, BD and B1. RGB value is (87,189,177). Sum of RGB (Red+Green+Blue) = 87+189+177=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDB1 is #A8424E. Grayscale: #9D9D9D. Windows color (decimal): -11027023 or 11648343. OLE color: 11648343.
HSL color Cylindrical-coordinate representation of color #57BDB1: hue angle of 172.94º degrees, saturation: 0.44, 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 #57BDB1 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 177 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.26 |
| HSL | 172.94º | 0.44% | 0.54% | - |
| HSV(B) | 172.94º | 0.54% | 0.74% | - |
| XYZ | 30.06 | 41.6 | 48.04 | - |
| YUV | 157.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 177 | 0.54 | 0 | 0.06 | 0.26 | 172.94 | 0.44 | 0.54 |
| Hex | 57 | BD | B1 | 36 | 0 | 6 | 1A | AD | 2C | 36 |
| Octal | 127 | 275 | 261 | 66 | 0 | 6 | 32 | 255 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10110001 | 110110 | 0 | 110 | 11010 | 10101101 | 101100 | 110110 |
Color Harmonies of #57BDB1
Complementary color
Monochromatic Colors of #57BDB1
Black with #57BDB1
Text Example
Text Example
White with #57BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDB1; }
p { color: rgb(87,189,177); }
H1.HeaderClassName
{
color: #57BDB1;
}
.AnyTagClassName
{
color: #57BDB1;
}
</style>
background-color css
<style>
a { background-color: #57BDB1; }
a { background-color: rgb(87,189,177); }
div.DivClassName
{
background-color: #57BDB1;
}
.BgClassName
{
background-color: #57BDB1;
}
</style>
border-color css
<style>
span { border-color: #57BDB1; }
span { border-color: rgb(87,189,177); }
td.TdClassName
{
border-color: #57BDB1;
}
.TagClassName
{
border-color: #57BDB1;
}
</style>