Shades of Puerto Rico #56BCB0
Tints of Puerto Rico #56BCB0
RGB
CMYK
RGB Variations
Color information
#56BCB0 (or 0x56BCB0) is known color: Puerto Rico. HEX triplet: 56, BC and B0. RGB value is (86,188,176). Sum of RGB (Red+Green+Blue) = 86+188+176=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #56BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BCB0 is #A9434F. Grayscale: #9C9C9C. Windows color (decimal): -11092816 or 11582550. OLE color: 11582550.
HSL color Cylindrical-coordinate representation of color #56BCB0: hue angle of 172.94º 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 #56BCB0 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 176 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.26 |
| HSL | 172.94º | 0.43% | 0.54% | - |
| HSV(B) | 172.94º | 0.54% | 0.74% | - |
| XYZ | 29.66 | 41.08 | 47.44 | - |
| YUV | 156.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 176 | 0.54 | 0 | 0.06 | 0.26 | 172.94 | 0.43 | 0.54 |
| Hex | 56 | BC | B0 | 36 | 0 | 6 | 1A | AD | 2B | 36 |
| Octal | 126 | 274 | 260 | 66 | 0 | 6 | 32 | 255 | 53 | 66 |
| Binary | 1010110 | 10111100 | 10110000 | 110110 | 0 | 110 | 11010 | 10101101 | 101011 | 110110 |
Color Harmonies of #56BCB0
Complementary color
Monochromatic Colors of #56BCB0
Black with #56BCB0
Text Example
Text Example
White with #56BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCB0; }
p { color: rgb(86,188,176); }
H1.HeaderClassName
{
color: #56BCB0;
}
.AnyTagClassName
{
color: #56BCB0;
}
</style>
background-color css
<style>
a { background-color: #56BCB0; }
a { background-color: rgb(86,188,176); }
div.DivClassName
{
background-color: #56BCB0;
}
.BgClassName
{
background-color: #56BCB0;
}
</style>
border-color css
<style>
span { border-color: #56BCB0; }
span { border-color: rgb(86,188,176); }
td.TdClassName
{
border-color: #56BCB0;
}
.TagClassName
{
border-color: #56BCB0;
}
</style>