Shades of Puerto Rico #57BDA9
Tints of Puerto Rico #57BDA9
RGB
CMYK
RGB Variations
Color information
#57BDA9 (or 0x57BDA9) is known color: Puerto Rico. HEX triplet: 57, BD and A9. RGB value is (87,189,169). Sum of RGB (Red+Green+Blue) = 87+189+169=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDA9 is #A84256. Grayscale: #9C9C9C. Windows color (decimal): -11027031 or 11124055. OLE color: 11124055.
HSL color Cylindrical-coordinate representation of color #57BDA9: hue angle of 168.24º degrees, saturation: 0.44, 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 #57BDA9 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 169 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.26 |
| HSL | 168.24º | 0.44% | 0.54% | - |
| HSV(B) | 168.24º | 0.54% | 0.74% | - |
| XYZ | 29.29 | 41.29 | 43.96 | - |
| YUV | 156.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 169 | 0.54 | 0 | 0.11 | 0.26 | 168.24 | 0.44 | 0.54 |
| Hex | 57 | BD | A9 | 36 | 0 | B | 1A | A8 | 2C | 36 |
| Octal | 127 | 275 | 251 | 66 | 0 | 13 | 32 | 250 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10101001 | 110110 | 0 | 1011 | 11010 | 10101000 | 101100 | 110110 |
Color Harmonies of #57BDA9
Complementary color
Monochromatic Colors of #57BDA9
Black with #57BDA9
Text Example
Text Example
White with #57BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDA9; }
p { color: rgb(87,189,169); }
H1.HeaderClassName
{
color: #57BDA9;
}
.AnyTagClassName
{
color: #57BDA9;
}
</style>
background-color css
<style>
a { background-color: #57BDA9; }
a { background-color: rgb(87,189,169); }
div.DivClassName
{
background-color: #57BDA9;
}
.BgClassName
{
background-color: #57BDA9;
}
</style>
border-color css
<style>
span { border-color: #57BDA9; }
span { border-color: rgb(87,189,169); }
td.TdClassName
{
border-color: #57BDA9;
}
.TagClassName
{
border-color: #57BDA9;
}
</style>