Shades of Puerto Rico #56C0A8
Tints of Puerto Rico #56C0A8
RGB
CMYK
RGB Variations
Color information
#56C0A8 (or 0x56C0A8) is known color: Puerto Rico. HEX triplet: 56, C0 and A8. RGB value is (86,192,168). Sum of RGB (Red+Green+Blue) = 86+192+168=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #56C0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C0A8 is #A93F57. Grayscale: #9D9D9D. Windows color (decimal): -11091800 or 11059286. OLE color: 11059286.
HSL color Cylindrical-coordinate representation of color #56C0A8: hue angle of 166.42º 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 #56C0A8 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 168 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.25 |
| HSL | 166.42º | 0.46% | 0.55% | - |
| HSV(B) | 166.42º | 0.55% | 0.75% | - |
| XYZ | 29.76 | 42.5 | 43.68 | - |
| YUV | 157.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 168 | 0.55 | 0 | 0.12 | 0.25 | 166.42 | 0.46 | 0.55 |
| Hex | 56 | C0 | A8 | 37 | 0 | C | 19 | A6 | 2E | 37 |
| Octal | 126 | 300 | 250 | 67 | 0 | 14 | 31 | 246 | 56 | 67 |
| Binary | 1010110 | 11000000 | 10101000 | 110111 | 0 | 1100 | 11001 | 10100110 | 101110 | 110111 |
Color Harmonies of #56C0A8
Complementary color
Monochromatic Colors of #56C0A8
Black with #56C0A8
Text Example
Text Example
White with #56C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C0A8; }
p { color: rgb(86,192,168); }
H1.HeaderClassName
{
color: #56C0A8;
}
.AnyTagClassName
{
color: #56C0A8;
}
</style>
background-color css
<style>
a { background-color: #56C0A8; }
a { background-color: rgb(86,192,168); }
div.DivClassName
{
background-color: #56C0A8;
}
.BgClassName
{
background-color: #56C0A8;
}
</style>
border-color css
<style>
span { border-color: #56C0A8; }
span { border-color: rgb(86,192,168); }
td.TdClassName
{
border-color: #56C0A8;
}
.TagClassName
{
border-color: #56C0A8;
}
</style>