Shades of Puerto Rico #57BC9F
Tints of Puerto Rico #57BC9F
RGB
CMYK
RGB Variations
Color information
#57BC9F (or 0x57BC9F) is known color: Puerto Rico. HEX triplet: 57, BC and 9F. RGB value is (87,188,159). Sum of RGB (Red+Green+Blue) = 87+188+159=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #57BC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BC9F is #A84360. Grayscale: #9A9A9A. Windows color (decimal): -11027297 or 10468439. OLE color: 10468439.
HSL color Cylindrical-coordinate representation of color #57BC9F: hue angle of 162.77º 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 #57BC9F is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 159 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.26 |
| HSL | 162.77º | 0.43% | 0.54% | - |
| HSV(B) | 162.77º | 0.54% | 0.74% | - |
| XYZ | 28.17 | 40.5 | 39.13 | - |
| YUV | 154.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 159 | 0.54 | 0 | 0.15 | 0.26 | 162.77 | 0.43 | 0.54 |
| Hex | 57 | BC | 9F | 36 | 0 | F | 1A | A3 | 2B | 36 |
| Octal | 127 | 274 | 237 | 66 | 0 | 17 | 32 | 243 | 53 | 66 |
| Binary | 1010111 | 10111100 | 10011111 | 110110 | 0 | 1111 | 11010 | 10100011 | 101011 | 110110 |
Color Harmonies of #57BC9F
Complementary color
Monochromatic Colors of #57BC9F
Black with #57BC9F
Text Example
Text Example
White with #57BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BC9F; }
p { color: rgb(87,188,159); }
H1.HeaderClassName
{
color: #57BC9F;
}
.AnyTagClassName
{
color: #57BC9F;
}
</style>
background-color css
<style>
a { background-color: #57BC9F; }
a { background-color: rgb(87,188,159); }
div.DivClassName
{
background-color: #57BC9F;
}
.BgClassName
{
background-color: #57BC9F;
}
</style>
border-color css
<style>
span { border-color: #57BC9F; }
span { border-color: rgb(87,188,159); }
td.TdClassName
{
border-color: #57BC9F;
}
.TagClassName
{
border-color: #57BC9F;
}
</style>