Shades of Puerto Rico #56C7AD
Tints of Puerto Rico #56C7AD
RGB
CMYK
RGB Variations
Color information
#56C7AD (or 0x56C7AD) is known color: Puerto Rico. HEX triplet: 56, C7 and AD. RGB value is (86,199,173). Sum of RGB (Red+Green+Blue) = 86+199+173=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #56C7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C7AD is #A93852. Grayscale: #A2A2A2. Windows color (decimal): -11090003 or 11388758. OLE color: 11388758.
HSL color Cylindrical-coordinate representation of color #56C7AD: hue angle of 166.19º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C7AD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 199 | 173 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.22 |
| HSL | 166.19º | 0.5% | 0.56% | - |
| HSV(B) | 166.19º | 0.57% | 0.78% | - |
| XYZ | 31.8 | 45.84 | 46.71 | - |
| YUV | 162.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 199 | 173 | 0.57 | 0 | 0.13 | 0.22 | 166.19 | 0.5 | 0.56 |
| Hex | 56 | C7 | AD | 39 | 0 | D | 16 | A6 | 32 | 38 |
| Octal | 126 | 307 | 255 | 71 | 0 | 15 | 26 | 246 | 62 | 70 |
| Binary | 1010110 | 11000111 | 10101101 | 111001 | 0 | 1101 | 10110 | 10100110 | 110010 | 111000 |
Color Harmonies of #56C7AD
Complementary color
Monochromatic Colors of #56C7AD
Black with #56C7AD
Text Example
Text Example
White with #56C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C7AD; }
p { color: rgb(86,199,173); }
H1.HeaderClassName
{
color: #56C7AD;
}
.AnyTagClassName
{
color: #56C7AD;
}
</style>
background-color css
<style>
a { background-color: #56C7AD; }
a { background-color: rgb(86,199,173); }
div.DivClassName
{
background-color: #56C7AD;
}
.BgClassName
{
background-color: #56C7AD;
}
</style>
border-color css
<style>
span { border-color: #56C7AD; }
span { border-color: rgb(86,199,173); }
td.TdClassName
{
border-color: #56C7AD;
}
.TagClassName
{
border-color: #56C7AD;
}
</style>