Shades of Puerto Rico #56C2A8
Tints of Puerto Rico #56C2A8
RGB
CMYK
RGB Variations
Color information
#56C2A8 (or 0x56C2A8) is known color: Puerto Rico. HEX triplet: 56, C2 and A8. RGB value is (86,194,168). Sum of RGB (Red+Green+Blue) = 86+194+168=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C2A8 is #A93D57. Grayscale: #9E9E9E. Windows color (decimal): -11091288 or 11059798. OLE color: 11059798.
HSL color Cylindrical-coordinate representation of color #56C2A8: hue angle of 165.56º 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 #56C2A8 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 168 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.24 |
| HSL | 165.56º | 0.47% | 0.55% | - |
| HSV(B) | 165.56º | 0.56% | 0.76% | - |
| XYZ | 30.2 | 43.39 | 43.83 | - |
| YUV | 158.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 168 | 0.56 | 0 | 0.13 | 0.24 | 165.56 | 0.47 | 0.55 |
| Hex | 56 | C2 | A8 | 38 | 0 | D | 18 | A6 | 2F | 37 |
| Octal | 126 | 302 | 250 | 70 | 0 | 15 | 30 | 246 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10101000 | 111000 | 0 | 1101 | 11000 | 10100110 | 101111 | 110111 |
Color Harmonies of #56C2A8
Complementary color
Monochromatic Colors of #56C2A8
Black with #56C2A8
Text Example
Text Example
White with #56C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2A8; }
p { color: rgb(86,194,168); }
H1.HeaderClassName
{
color: #56C2A8;
}
.AnyTagClassName
{
color: #56C2A8;
}
</style>
background-color css
<style>
a { background-color: #56C2A8; }
a { background-color: rgb(86,194,168); }
div.DivClassName
{
background-color: #56C2A8;
}
.BgClassName
{
background-color: #56C2A8;
}
</style>
border-color css
<style>
span { border-color: #56C2A8; }
span { border-color: rgb(86,194,168); }
td.TdClassName
{
border-color: #56C2A8;
}
.TagClassName
{
border-color: #56C2A8;
}
</style>