Shades of Puerto Rico #56C0B2
Tints of Puerto Rico #56C0B2
RGB
CMYK
RGB Variations
Color information
#56C0B2 (or 0x56C0B2) is known color: Puerto Rico. HEX triplet: 56, C0 and B2. RGB value is (86,192,178). Sum of RGB (Red+Green+Blue) = 86+192+178=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #56C0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C0B2 is #A93F4D. Grayscale: #9E9E9E. Windows color (decimal): -11091790 or 11714646. OLE color: 11714646.
HSL color Cylindrical-coordinate representation of color #56C0B2: hue angle of 172.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C0B2 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 178 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.25 |
| HSL | 172.08º | 0.46% | 0.55% | - |
| HSV(B) | 172.08º | 0.55% | 0.75% | - |
| XYZ | 30.72 | 42.89 | 48.78 | - |
| YUV | 158.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 178 | 0.55 | 0 | 0.07 | 0.25 | 172.08 | 0.46 | 0.55 |
| Hex | 56 | C0 | B2 | 37 | 0 | 7 | 19 | AC | 2E | 37 |
| Octal | 126 | 300 | 262 | 67 | 0 | 7 | 31 | 254 | 56 | 67 |
| Binary | 1010110 | 11000000 | 10110010 | 110111 | 0 | 111 | 11001 | 10101100 | 101110 | 110111 |
Color Harmonies of #56C0B2
Complementary color
Monochromatic Colors of #56C0B2
Black with #56C0B2
Text Example
Text Example
White with #56C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C0B2; }
p { color: rgb(86,192,178); }
H1.HeaderClassName
{
color: #56C0B2;
}
.AnyTagClassName
{
color: #56C0B2;
}
</style>
background-color css
<style>
a { background-color: #56C0B2; }
a { background-color: rgb(86,192,178); }
div.DivClassName
{
background-color: #56C0B2;
}
.BgClassName
{
background-color: #56C0B2;
}
</style>
border-color css
<style>
span { border-color: #56C0B2; }
span { border-color: rgb(86,192,178); }
td.TdClassName
{
border-color: #56C0B2;
}
.TagClassName
{
border-color: #56C0B2;
}
</style>