Shades of Puerto Rico #56C2A0
Tints of Puerto Rico #56C2A0
RGB
CMYK
RGB Variations
Color information
#56C2A0 (or 0x56C2A0) is known color: Puerto Rico. HEX triplet: 56, C2 and A0. RGB value is (86,194,160). Sum of RGB (Red+Green+Blue) = 86+194+160=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C2A0 is #A93D5F. Grayscale: #9D9D9D. Windows color (decimal): -11091296 or 10535510. OLE color: 10535510.
HSL color Cylindrical-coordinate representation of color #56C2A0: hue angle of 161.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C2A0 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 160 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.24 |
| HSL | 161.11º | 0.47% | 0.55% | - |
| HSV(B) | 161.11º | 0.56% | 0.76% | - |
| XYZ | 29.47 | 43.1 | 40.02 | - |
| YUV | 157.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 160 | 0.56 | 0 | 0.18 | 0.24 | 161.11 | 0.47 | 0.55 |
| Hex | 56 | C2 | A0 | 38 | 0 | 12 | 18 | A1 | 2F | 37 |
| Octal | 126 | 302 | 240 | 70 | 0 | 22 | 30 | 241 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10100000 | 111000 | 0 | 10010 | 11000 | 10100001 | 101111 | 110111 |
Color Harmonies of #56C2A0
Complementary color
Monochromatic Colors of #56C2A0
Black with #56C2A0
Text Example
Text Example
White with #56C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2A0; }
p { color: rgb(86,194,160); }
H1.HeaderClassName
{
color: #56C2A0;
}
.AnyTagClassName
{
color: #56C2A0;
}
</style>
background-color css
<style>
a { background-color: #56C2A0; }
a { background-color: rgb(86,194,160); }
div.DivClassName
{
background-color: #56C2A0;
}
.BgClassName
{
background-color: #56C2A0;
}
</style>
border-color css
<style>
span { border-color: #56C2A0; }
span { border-color: rgb(86,194,160); }
td.TdClassName
{
border-color: #56C2A0;
}
.TagClassName
{
border-color: #56C2A0;
}
</style>