Shades of Puerto Rico #56C6A5
Tints of Puerto Rico #56C6A5
RGB
CMYK
RGB Variations
Color information
#56C6A5 (or 0x56C6A5) is known color: Puerto Rico. HEX triplet: 56, C6 and A5. RGB value is (86,198,165). Sum of RGB (Red+Green+Blue) = 86+198+165=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #56C6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C6A5 is #A9395A. Grayscale: #A0A0A0. Windows color (decimal): -11090267 or 10864214. OLE color: 10864214.
HSL color Cylindrical-coordinate representation of color #56C6A5: hue angle of 162.32º 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 #56C6A5 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 198 | 165 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.22 |
| HSL | 162.32º | 0.5% | 0.56% | - |
| HSV(B) | 162.32º | 0.57% | 0.78% | - |
| XYZ | 30.82 | 45.08 | 42.67 | - |
| YUV | 160.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 165 | 0.57 | 0 | 0.17 | 0.22 | 162.32 | 0.5 | 0.56 |
| Hex | 56 | C6 | A5 | 39 | 0 | 11 | 16 | A2 | 32 | 38 |
| Octal | 126 | 306 | 245 | 71 | 0 | 21 | 26 | 242 | 62 | 70 |
| Binary | 1010110 | 11000110 | 10100101 | 111001 | 0 | 10001 | 10110 | 10100010 | 110010 | 111000 |
Color Harmonies of #56C6A5
Complementary color
Monochromatic Colors of #56C6A5
Black with #56C6A5
Text Example
Text Example
White with #56C6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C6A5; }
p { color: rgb(86,198,165); }
H1.HeaderClassName
{
color: #56C6A5;
}
.AnyTagClassName
{
color: #56C6A5;
}
</style>
background-color css
<style>
a { background-color: #56C6A5; }
a { background-color: rgb(86,198,165); }
div.DivClassName
{
background-color: #56C6A5;
}
.BgClassName
{
background-color: #56C6A5;
}
</style>
border-color css
<style>
span { border-color: #56C6A5; }
span { border-color: rgb(86,198,165); }
td.TdClassName
{
border-color: #56C6A5;
}
.TagClassName
{
border-color: #56C6A5;
}
</style>