Shades of Puerto Rico #57BDA0
Tints of Puerto Rico #57BDA0
RGB
CMYK
RGB Variations
Color information
#57BDA0 (or 0x57BDA0) is known color: Puerto Rico. HEX triplet: 57, BD and A0. RGB value is (87,189,160). Sum of RGB (Red+Green+Blue) = 87+189+160=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDA0 is #A8425F. Grayscale: #9B9B9B. Windows color (decimal): -11027040 or 10534231. OLE color: 10534231.
HSL color Cylindrical-coordinate representation of color #57BDA0: hue angle of 162.94º 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 #57BDA0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 160 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.26 |
| HSL | 162.94º | 0.44% | 0.54% | - |
| HSV(B) | 162.94º | 0.54% | 0.74% | - |
| XYZ | 28.47 | 40.96 | 39.66 | - |
| YUV | 155.2 | 130.71 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 160 | 0.54 | 0 | 0.15 | 0.26 | 162.94 | 0.44 | 0.54 |
| Hex | 57 | BD | A0 | 36 | 0 | F | 1A | A3 | 2C | 36 |
| Octal | 127 | 275 | 240 | 66 | 0 | 17 | 32 | 243 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10100000 | 110110 | 0 | 1111 | 11010 | 10100011 | 101100 | 110110 |
Color Harmonies of #57BDA0
Complementary color
Monochromatic Colors of #57BDA0
Black with #57BDA0
Text Example
Text Example
White with #57BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDA0; }
p { color: rgb(87,189,160); }
H1.HeaderClassName
{
color: #57BDA0;
}
.AnyTagClassName
{
color: #57BDA0;
}
</style>
background-color css
<style>
a { background-color: #57BDA0; }
a { background-color: rgb(87,189,160); }
div.DivClassName
{
background-color: #57BDA0;
}
.BgClassName
{
background-color: #57BDA0;
}
</style>
border-color css
<style>
span { border-color: #57BDA0; }
span { border-color: rgb(87,189,160); }
td.TdClassName
{
border-color: #57BDA0;
}
.TagClassName
{
border-color: #57BDA0;
}
</style>