Shades of Puerto Rico #57BBAB
Tints of Puerto Rico #57BBAB
RGB
CMYK
RGB Variations
Color information
#57BBAB (or 0x57BBAB) is known color: Puerto Rico. HEX triplet: 57, BB and AB. RGB value is (87,187,171). Sum of RGB (Red+Green+Blue) = 87+187+171=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BBAB is #A84454. Grayscale: #9B9B9B. Windows color (decimal): -11027541 or 11254615. OLE color: 11254615.
HSL color Cylindrical-coordinate representation of color #57BBAB: hue angle of 170.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BBAB is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 187 | 171 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.27 |
| HSL | 170.4º | 0.42% | 0.54% | - |
| HSV(B) | 170.4º | 0.53% | 0.73% | - |
| XYZ | 29.05 | 40.51 | 44.82 | - |
| YUV | 155.28 | 136.87 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 171 | 0.53 | 0 | 0.09 | 0.27 | 170.4 | 0.42 | 0.54 |
| Hex | 57 | BB | AB | 35 | 0 | 9 | 1B | AA | 2A | 36 |
| Octal | 127 | 273 | 253 | 65 | 0 | 11 | 33 | 252 | 52 | 66 |
| Binary | 1010111 | 10111011 | 10101011 | 110101 | 0 | 1001 | 11011 | 10101010 | 101010 | 110110 |
Color Harmonies of #57BBAB
Complementary color
Monochromatic Colors of #57BBAB
Black with #57BBAB
Text Example
Text Example
White with #57BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBAB; }
p { color: rgb(87,187,171); }
H1.HeaderClassName
{
color: #57BBAB;
}
.AnyTagClassName
{
color: #57BBAB;
}
</style>
background-color css
<style>
a { background-color: #57BBAB; }
a { background-color: rgb(87,187,171); }
div.DivClassName
{
background-color: #57BBAB;
}
.BgClassName
{
background-color: #57BBAB;
}
</style>
border-color css
<style>
span { border-color: #57BBAB; }
span { border-color: rgb(87,187,171); }
td.TdClassName
{
border-color: #57BBAB;
}
.TagClassName
{
border-color: #57BBAB;
}
</style>