Shades of Puerto Rico #56C09F
Tints of Puerto Rico #56C09F
RGB
CMYK
RGB Variations
Color information
#56C09F (or 0x56C09F) is known color: Puerto Rico. HEX triplet: 56, C0 and 9F. RGB value is (86,192,159). Sum of RGB (Red+Green+Blue) = 86+192+159=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #56C09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C09F is #A93F60. Grayscale: #9C9C9C. Windows color (decimal): -11091809 or 10469462. OLE color: 10469462.
HSL color Cylindrical-coordinate representation of color #56C09F: hue angle of 161.32º 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 #56C09F is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 159 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.25 |
| HSL | 161.32º | 0.46% | 0.55% | - |
| HSV(B) | 161.32º | 0.55% | 0.75% | - |
| XYZ | 28.95 | 42.18 | 39.42 | - |
| YUV | 156.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 159 | 0.55 | 0 | 0.17 | 0.25 | 161.32 | 0.46 | 0.55 |
| Hex | 56 | C0 | 9F | 37 | 0 | 11 | 19 | A1 | 2E | 37 |
| Octal | 126 | 300 | 237 | 67 | 0 | 21 | 31 | 241 | 56 | 67 |
| Binary | 1010110 | 11000000 | 10011111 | 110111 | 0 | 10001 | 11001 | 10100001 | 101110 | 110111 |
Color Harmonies of #56C09F
Complementary color
Monochromatic Colors of #56C09F
Black with #56C09F
Text Example
Text Example
White with #56C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C09F; }
p { color: rgb(86,192,159); }
H1.HeaderClassName
{
color: #56C09F;
}
.AnyTagClassName
{
color: #56C09F;
}
</style>
background-color css
<style>
a { background-color: #56C09F; }
a { background-color: rgb(86,192,159); }
div.DivClassName
{
background-color: #56C09F;
}
.BgClassName
{
background-color: #56C09F;
}
</style>
border-color css
<style>
span { border-color: #56C09F; }
span { border-color: rgb(86,192,159); }
td.TdClassName
{
border-color: #56C09F;
}
.TagClassName
{
border-color: #56C09F;
}
</style>