Shades of Puerto Rico #56C0AB
Tints of Puerto Rico #56C0AB
RGB
CMYK
RGB Variations
Color information
#56C0AB (or 0x56C0AB) is known color: Puerto Rico. HEX triplet: 56, C0 and AB. RGB value is (86,192,171). Sum of RGB (Red+Green+Blue) = 86+192+171=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #56C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C0AB is #A93F54. Grayscale: #9D9D9D. Windows color (decimal): -11091797 or 11255894. OLE color: 11255894.
HSL color Cylindrical-coordinate representation of color #56C0AB: hue angle of 168.11º 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 #56C0AB is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 171 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.25 |
| HSL | 168.11º | 0.46% | 0.55% | - |
| HSV(B) | 168.11º | 0.55% | 0.75% | - |
| XYZ | 30.04 | 42.62 | 45.17 | - |
| YUV | 157.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 171 | 0.55 | 0 | 0.11 | 0.25 | 168.11 | 0.46 | 0.55 |
| Hex | 56 | C0 | AB | 37 | 0 | B | 19 | A8 | 2E | 37 |
| Octal | 126 | 300 | 253 | 67 | 0 | 13 | 31 | 250 | 56 | 67 |
| Binary | 1010110 | 11000000 | 10101011 | 110111 | 0 | 1011 | 11001 | 10101000 | 101110 | 110111 |
Color Harmonies of #56C0AB
Complementary color
Monochromatic Colors of #56C0AB
Black with #56C0AB
Text Example
Text Example
White with #56C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C0AB; }
p { color: rgb(86,192,171); }
H1.HeaderClassName
{
color: #56C0AB;
}
.AnyTagClassName
{
color: #56C0AB;
}
</style>
background-color css
<style>
a { background-color: #56C0AB; }
a { background-color: rgb(86,192,171); }
div.DivClassName
{
background-color: #56C0AB;
}
.BgClassName
{
background-color: #56C0AB;
}
</style>
border-color css
<style>
span { border-color: #56C0AB; }
span { border-color: rgb(86,192,171); }
td.TdClassName
{
border-color: #56C0AB;
}
.TagClassName
{
border-color: #56C0AB;
}
</style>