Shades of Puerto Rico #57BFA5
Tints of Puerto Rico #57BFA5
RGB
CMYK
RGB Variations
Color information
#57BFA5 (or 0x57BFA5) is known color: Puerto Rico. HEX triplet: 57, BF and A5. RGB value is (87,191,165). Sum of RGB (Red+Green+Blue) = 87+191+165=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #57BFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BFA5 is #A8405A. Grayscale: #9C9C9C. Windows color (decimal): -11026523 or 10862423. OLE color: 10862423.
HSL color Cylindrical-coordinate representation of color #57BFA5: hue angle of 165º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BFA5 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 191 | 165 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.25 |
| HSL | 165º | 0.45% | 0.55% | - |
| HSV(B) | 165º | 0.54% | 0.75% | - |
| XYZ | 29.35 | 42 | 42.16 | - |
| YUV | 156.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 165 | 0.54 | 0 | 0.14 | 0.25 | 165 | 0.45 | 0.55 |
| Hex | 57 | BF | A5 | 36 | 0 | E | 19 | A5 | 2D | 37 |
| Octal | 127 | 277 | 245 | 66 | 0 | 16 | 31 | 245 | 55 | 67 |
| Binary | 1010111 | 10111111 | 10100101 | 110110 | 0 | 1110 | 11001 | 10100101 | 101101 | 110111 |
Color Harmonies of #57BFA5
Complementary color
Monochromatic Colors of #57BFA5
Black with #57BFA5
Text Example
Text Example
White with #57BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFA5; }
p { color: rgb(87,191,165); }
H1.HeaderClassName
{
color: #57BFA5;
}
.AnyTagClassName
{
color: #57BFA5;
}
</style>
background-color css
<style>
a { background-color: #57BFA5; }
a { background-color: rgb(87,191,165); }
div.DivClassName
{
background-color: #57BFA5;
}
.BgClassName
{
background-color: #57BFA5;
}
</style>
border-color css
<style>
span { border-color: #57BFA5; }
span { border-color: rgb(87,191,165); }
td.TdClassName
{
border-color: #57BFA5;
}
.TagClassName
{
border-color: #57BFA5;
}
</style>