Shades of Puerto Rico #56C49D
Tints of Puerto Rico #56C49D
RGB
CMYK
RGB Variations
Color information
#56C49D (or 0x56C49D) is known color: Puerto Rico. HEX triplet: 56, C4 and 9D. RGB value is (86,196,157). Sum of RGB (Red+Green+Blue) = 86+196+157=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #56C49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C49D is #A93B62. Grayscale: #9E9E9E. Windows color (decimal): -11090787 or 10339414. OLE color: 10339414.
HSL color Cylindrical-coordinate representation of color #56C49D: hue angle of 158.73º degrees, saturation: 0.48, 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 #56C49D is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 196 | 157 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.23 |
| HSL | 158.73º | 0.48% | 0.55% | - |
| HSV(B) | 158.73º | 0.56% | 0.77% | - |
| XYZ | 29.66 | 43.89 | 38.81 | - |
| YUV | 158.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 196 | 157 | 0.56 | 0 | 0.20 | 0.23 | 158.73 | 0.48 | 0.55 |
| Hex | 56 | C4 | 9D | 38 | 0 | 14 | 17 | 9F | 30 | 37 |
| Octal | 126 | 304 | 235 | 70 | 0 | 24 | 27 | 237 | 60 | 67 |
| Binary | 1010110 | 11000100 | 10011101 | 111000 | 0 | 10100 | 10111 | 10011111 | 110000 | 110111 |
Color Harmonies of #56C49D
Complementary color
Monochromatic Colors of #56C49D
Black with #56C49D
Text Example
Text Example
White with #56C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C49D; }
p { color: rgb(86,196,157); }
H1.HeaderClassName
{
color: #56C49D;
}
.AnyTagClassName
{
color: #56C49D;
}
</style>
background-color css
<style>
a { background-color: #56C49D; }
a { background-color: rgb(86,196,157); }
div.DivClassName
{
background-color: #56C49D;
}
.BgClassName
{
background-color: #56C49D;
}
</style>
border-color css
<style>
span { border-color: #56C49D; }
span { border-color: rgb(86,196,157); }
td.TdClassName
{
border-color: #56C49D;
}
.TagClassName
{
border-color: #56C49D;
}
</style>