Shades of Puerto Rico #56BCAF
Tints of Puerto Rico #56BCAF
RGB
CMYK
RGB Variations
Color information
#56BCAF (or 0x56BCAF) is known color: Puerto Rico. HEX triplet: 56, BC and AF. RGB value is (86,188,175). Sum of RGB (Red+Green+Blue) = 86+188+175=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #56BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BCAF is #A94350. Grayscale: #9B9B9B. Windows color (decimal): -11092817 or 11517014. OLE color: 11517014.
HSL color Cylindrical-coordinate representation of color #56BCAF: hue angle of 172.35º degrees, saturation: 0.43, 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 #56BCAF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 175 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.26 |
| HSL | 172.35º | 0.43% | 0.54% | - |
| HSV(B) | 172.35º | 0.54% | 0.74% | - |
| XYZ | 29.56 | 41.04 | 46.92 | - |
| YUV | 156.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 175 | 0.54 | 0 | 0.07 | 0.26 | 172.35 | 0.43 | 0.54 |
| Hex | 56 | BC | AF | 36 | 0 | 7 | 1A | AC | 2B | 36 |
| Octal | 126 | 274 | 257 | 66 | 0 | 7 | 32 | 254 | 53 | 66 |
| Binary | 1010110 | 10111100 | 10101111 | 110110 | 0 | 111 | 11010 | 10101100 | 101011 | 110110 |
Color Harmonies of #56BCAF
Complementary color
Monochromatic Colors of #56BCAF
Black with #56BCAF
Text Example
Text Example
White with #56BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCAF; }
p { color: rgb(86,188,175); }
H1.HeaderClassName
{
color: #56BCAF;
}
.AnyTagClassName
{
color: #56BCAF;
}
</style>
background-color css
<style>
a { background-color: #56BCAF; }
a { background-color: rgb(86,188,175); }
div.DivClassName
{
background-color: #56BCAF;
}
.BgClassName
{
background-color: #56BCAF;
}
</style>
border-color css
<style>
span { border-color: #56BCAF; }
span { border-color: rgb(86,188,175); }
td.TdClassName
{
border-color: #56BCAF;
}
.TagClassName
{
border-color: #56BCAF;
}
</style>