Shades of Puerto Rico #56C5B1
Tints of Puerto Rico #56C5B1
RGB
CMYK
RGB Variations
Color information
#56C5B1 (or 0x56C5B1) is known color: Puerto Rico. HEX triplet: 56, C5 and B1. RGB value is (86,197,177). Sum of RGB (Red+Green+Blue) = 86+197+177=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #56C5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C5B1 is #A93A4E. Grayscale: #A1A1A1. Windows color (decimal): -11090511 or 11650390. OLE color: 11650390.
HSL color Cylindrical-coordinate representation of color #56C5B1: hue angle of 169.19º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C5B1 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 177 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.23 |
| HSL | 169.19º | 0.49% | 0.55% | - |
| HSV(B) | 169.19º | 0.56% | 0.77% | - |
| XYZ | 31.74 | 45.09 | 48.62 | - |
| YUV | 161.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 177 | 0.56 | 0 | 0.10 | 0.23 | 169.19 | 0.49 | 0.55 |
| Hex | 56 | C5 | B1 | 38 | 0 | A | 17 | A9 | 31 | 37 |
| Octal | 126 | 305 | 261 | 70 | 0 | 12 | 27 | 251 | 61 | 67 |
| Binary | 1010110 | 11000101 | 10110001 | 111000 | 0 | 1010 | 10111 | 10101001 | 110001 | 110111 |
Color Harmonies of #56C5B1
Complementary color
Monochromatic Colors of #56C5B1
Black with #56C5B1
Text Example
Text Example
White with #56C5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C5B1; }
p { color: rgb(86,197,177); }
H1.HeaderClassName
{
color: #56C5B1;
}
.AnyTagClassName
{
color: #56C5B1;
}
</style>
background-color css
<style>
a { background-color: #56C5B1; }
a { background-color: rgb(86,197,177); }
div.DivClassName
{
background-color: #56C5B1;
}
.BgClassName
{
background-color: #56C5B1;
}
</style>
border-color css
<style>
span { border-color: #56C5B1; }
span { border-color: rgb(86,197,177); }
td.TdClassName
{
border-color: #56C5B1;
}
.TagClassName
{
border-color: #56C5B1;
}
</style>