Shades of Puerto Rico #57BAB0
Tints of Puerto Rico #57BAB0
RGB
CMYK
RGB Variations
Color information
#57BAB0 (or 0x57BAB0) is known color: Puerto Rico. HEX triplet: 57, BA and B0. RGB value is (87,186,176). Sum of RGB (Red+Green+Blue) = 87+186+176=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BAB0 is #A8454F. Grayscale: #9B9B9B. Windows color (decimal): -11027792 or 11582039. OLE color: 11582039.
HSL color Cylindrical-coordinate representation of color #57BAB0: hue angle of 173.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BAB0 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 176 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.27 |
| HSL | 173.94º | 0.42% | 0.54% | - |
| HSV(B) | 173.94º | 0.53% | 0.73% | - |
| XYZ | 29.33 | 40.28 | 47.3 | - |
| YUV | 155.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 176 | 0.53 | 0 | 0.05 | 0.27 | 173.94 | 0.42 | 0.54 |
| Hex | 57 | BA | B0 | 35 | 0 | 5 | 1B | AE | 2A | 36 |
| Octal | 127 | 272 | 260 | 65 | 0 | 5 | 33 | 256 | 52 | 66 |
| Binary | 1010111 | 10111010 | 10110000 | 110101 | 0 | 101 | 11011 | 10101110 | 101010 | 110110 |
Color Harmonies of #57BAB0
Complementary color
Monochromatic Colors of #57BAB0
Black with #57BAB0
Text Example
Text Example
White with #57BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAB0; }
p { color: rgb(87,186,176); }
H1.HeaderClassName
{
color: #57BAB0;
}
.AnyTagClassName
{
color: #57BAB0;
}
</style>
background-color css
<style>
a { background-color: #57BAB0; }
a { background-color: rgb(87,186,176); }
div.DivClassName
{
background-color: #57BAB0;
}
.BgClassName
{
background-color: #57BAB0;
}
</style>
border-color css
<style>
span { border-color: #57BAB0; }
span { border-color: rgb(87,186,176); }
td.TdClassName
{
border-color: #57BAB0;
}
.TagClassName
{
border-color: #57BAB0;
}
</style>