Shades of Puerto Rico #57BDA4
Tints of Puerto Rico #57BDA4
RGB
CMYK
RGB Variations
Color information
#57BDA4 (or 0x57BDA4) is known color: Puerto Rico. HEX triplet: 57, BD and A4. RGB value is (87,189,164). Sum of RGB (Red+Green+Blue) = 87+189+164=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDA4 is #A8425B. Grayscale: #9B9B9B. Windows color (decimal): -11027036 or 10796375. OLE color: 10796375.
HSL color Cylindrical-coordinate representation of color #57BDA4: hue angle of 165.29º 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 #57BDA4 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 164 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.26 |
| HSL | 165.29º | 0.44% | 0.54% | - |
| HSV(B) | 165.29º | 0.54% | 0.74% | - |
| XYZ | 28.83 | 41.1 | 41.54 | - |
| YUV | 155.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 164 | 0.54 | 0 | 0.13 | 0.26 | 165.29 | 0.44 | 0.54 |
| Hex | 57 | BD | A4 | 36 | 0 | D | 1A | A5 | 2C | 36 |
| Octal | 127 | 275 | 244 | 66 | 0 | 15 | 32 | 245 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10100100 | 110110 | 0 | 1101 | 11010 | 10100101 | 101100 | 110110 |
Color Harmonies of #57BDA4
Complementary color
Monochromatic Colors of #57BDA4
Black with #57BDA4
Text Example
Text Example
White with #57BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDA4; }
p { color: rgb(87,189,164); }
H1.HeaderClassName
{
color: #57BDA4;
}
.AnyTagClassName
{
color: #57BDA4;
}
</style>
background-color css
<style>
a { background-color: #57BDA4; }
a { background-color: rgb(87,189,164); }
div.DivClassName
{
background-color: #57BDA4;
}
.BgClassName
{
background-color: #57BDA4;
}
</style>
border-color css
<style>
span { border-color: #57BDA4; }
span { border-color: rgb(87,189,164); }
td.TdClassName
{
border-color: #57BDA4;
}
.TagClassName
{
border-color: #57BDA4;
}
</style>