Shades of Puerto Rico #57BCA8
Tints of Puerto Rico #57BCA8
RGB
CMYK
RGB Variations
Color information
#57BCA8 (or 0x57BCA8) is known color: Puerto Rico. HEX triplet: 57, BC and A8. RGB value is (87,188,168). Sum of RGB (Red+Green+Blue) = 87+188+168=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #57BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BCA8 is #A84357. Grayscale: #9B9B9B. Windows color (decimal): -11027288 or 11058263. OLE color: 11058263.
HSL color Cylindrical-coordinate representation of color #57BCA8: hue angle of 168.12º 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 #57BCA8 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 168 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.26 |
| HSL | 168.12º | 0.43% | 0.54% | - |
| HSV(B) | 168.12º | 0.54% | 0.74% | - |
| XYZ | 28.98 | 40.82 | 43.4 | - |
| YUV | 155.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 168 | 0.54 | 0 | 0.11 | 0.26 | 168.12 | 0.43 | 0.54 |
| Hex | 57 | BC | A8 | 36 | 0 | B | 1A | A8 | 2B | 36 |
| Octal | 127 | 274 | 250 | 66 | 0 | 13 | 32 | 250 | 53 | 66 |
| Binary | 1010111 | 10111100 | 10101000 | 110110 | 0 | 1011 | 11010 | 10101000 | 101011 | 110110 |
Color Harmonies of #57BCA8
Complementary color
Monochromatic Colors of #57BCA8
Black with #57BCA8
Text Example
Text Example
White with #57BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCA8; }
p { color: rgb(87,188,168); }
H1.HeaderClassName
{
color: #57BCA8;
}
.AnyTagClassName
{
color: #57BCA8;
}
</style>
background-color css
<style>
a { background-color: #57BCA8; }
a { background-color: rgb(87,188,168); }
div.DivClassName
{
background-color: #57BCA8;
}
.BgClassName
{
background-color: #57BCA8;
}
</style>
border-color css
<style>
span { border-color: #57BCA8; }
span { border-color: rgb(87,188,168); }
td.TdClassName
{
border-color: #57BCA8;
}
.TagClassName
{
border-color: #57BCA8;
}
</style>