Shades of Puerto Rico #57B8AB
Tints of Puerto Rico #57B8AB
RGB
CMYK
RGB Variations
Color information
#57B8AB (or 0x57B8AB) is known color: Puerto Rico. HEX triplet: 57, B8 and AB. RGB value is (87,184,171). Sum of RGB (Red+Green+Blue) = 87+184+171=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #57B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B8AB is #A84754. Grayscale: #999999. Windows color (decimal): -11028309 or 11253847. OLE color: 11253847.
HSL color Cylindrical-coordinate representation of color #57B8AB: hue angle of 171.96º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B8AB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 184 | 171 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.28 |
| HSL | 171.96º | 0.41% | 0.53% | - |
| HSV(B) | 171.96º | 0.53% | 0.72% | - |
| XYZ | 28.42 | 39.25 | 44.61 | - |
| YUV | 153.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 184 | 171 | 0.53 | 0 | 0.07 | 0.28 | 171.96 | 0.41 | 0.53 |
| Hex | 57 | B8 | AB | 35 | 0 | 7 | 1C | AC | 29 | 35 |
| Octal | 127 | 270 | 253 | 65 | 0 | 7 | 34 | 254 | 51 | 65 |
| Binary | 1010111 | 10111000 | 10101011 | 110101 | 0 | 111 | 11100 | 10101100 | 101001 | 110101 |
Color Harmonies of #57B8AB
Complementary color
Monochromatic Colors of #57B8AB
Black with #57B8AB
Text Example
Text Example
White with #57B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B8AB; }
p { color: rgb(87,184,171); }
H1.HeaderClassName
{
color: #57B8AB;
}
.AnyTagClassName
{
color: #57B8AB;
}
</style>
background-color css
<style>
a { background-color: #57B8AB; }
a { background-color: rgb(87,184,171); }
div.DivClassName
{
background-color: #57B8AB;
}
.BgClassName
{
background-color: #57B8AB;
}
</style>
border-color css
<style>
span { border-color: #57B8AB; }
span { border-color: rgb(87,184,171); }
td.TdClassName
{
border-color: #57B8AB;
}
.TagClassName
{
border-color: #57B8AB;
}
</style>