Shades of Puerto Rico #57BEB2
Tints of Puerto Rico #57BEB2
RGB
CMYK
RGB Variations
Color information
#57BEB2 (or 0x57BEB2) is known color: Puerto Rico. HEX triplet: 57, BE and B2. RGB value is (87,190,178). Sum of RGB (Red+Green+Blue) = 87+190+178=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEB2 is #A8414D. Grayscale: #9D9D9D. Windows color (decimal): -11026766 or 11714135. OLE color: 11714135.
HSL color Cylindrical-coordinate representation of color #57BEB2: hue angle of 173.01º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BEB2 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 190 | 178 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.25 |
| HSL | 173.01º | 0.44% | 0.54% | - |
| HSV(B) | 173.01º | 0.54% | 0.75% | - |
| XYZ | 30.38 | 42.07 | 48.64 | - |
| YUV | 157.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 178 | 0.54 | 0 | 0.06 | 0.25 | 173.01 | 0.44 | 0.54 |
| Hex | 57 | BE | B2 | 36 | 0 | 6 | 19 | AD | 2C | 36 |
| Octal | 127 | 276 | 262 | 66 | 0 | 6 | 31 | 255 | 54 | 66 |
| Binary | 1010111 | 10111110 | 10110010 | 110110 | 0 | 110 | 11001 | 10101101 | 101100 | 110110 |
Color Harmonies of #57BEB2
Complementary color
Monochromatic Colors of #57BEB2
Black with #57BEB2
Text Example
Text Example
White with #57BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEB2; }
p { color: rgb(87,190,178); }
H1.HeaderClassName
{
color: #57BEB2;
}
.AnyTagClassName
{
color: #57BEB2;
}
</style>
background-color css
<style>
a { background-color: #57BEB2; }
a { background-color: rgb(87,190,178); }
div.DivClassName
{
background-color: #57BEB2;
}
.BgClassName
{
background-color: #57BEB2;
}
</style>
border-color css
<style>
span { border-color: #57BEB2; }
span { border-color: rgb(87,190,178); }
td.TdClassName
{
border-color: #57BEB2;
}
.TagClassName
{
border-color: #57BEB2;
}
</style>