Shades of Puerto Rico #56C5AD
Tints of Puerto Rico #56C5AD
RGB
CMYK
RGB Variations
Color information
#56C5AD (or 0x56C5AD) is known color: Puerto Rico. HEX triplet: 56, C5 and AD. RGB value is (86,197,173). Sum of RGB (Red+Green+Blue) = 86+197+173=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #56C5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C5AD is #A93A52. Grayscale: #A1A1A1. Windows color (decimal): -11090515 or 11388246. OLE color: 11388246.
HSL color Cylindrical-coordinate representation of color #56C5AD: hue angle of 167.03º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C5AD is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 173 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.23 |
| HSL | 167.03º | 0.49% | 0.55% | - |
| HSV(B) | 167.03º | 0.56% | 0.77% | - |
| XYZ | 31.35 | 44.93 | 46.56 | - |
| YUV | 161.08 | 134.73 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 173 | 0.56 | 0 | 0.12 | 0.23 | 167.03 | 0.49 | 0.55 |
| Hex | 56 | C5 | AD | 38 | 0 | C | 17 | A7 | 31 | 37 |
| Octal | 126 | 305 | 255 | 70 | 0 | 14 | 27 | 247 | 61 | 67 |
| Binary | 1010110 | 11000101 | 10101101 | 111000 | 0 | 1100 | 10111 | 10100111 | 110001 | 110111 |
Color Harmonies of #56C5AD
Complementary color
Monochromatic Colors of #56C5AD
Black with #56C5AD
Text Example
Text Example
White with #56C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C5AD; }
p { color: rgb(86,197,173); }
H1.HeaderClassName
{
color: #56C5AD;
}
.AnyTagClassName
{
color: #56C5AD;
}
</style>
background-color css
<style>
a { background-color: #56C5AD; }
a { background-color: rgb(86,197,173); }
div.DivClassName
{
background-color: #56C5AD;
}
.BgClassName
{
background-color: #56C5AD;
}
</style>
border-color css
<style>
span { border-color: #56C5AD; }
span { border-color: rgb(86,197,173); }
td.TdClassName
{
border-color: #56C5AD;
}
.TagClassName
{
border-color: #56C5AD;
}
</style>