Shades of Puerto Rico #56C6AF
Tints of Puerto Rico #56C6AF
RGB
CMYK
RGB Variations
Color information
#56C6AF (or 0x56C6AF) is known color: Puerto Rico. HEX triplet: 56, C6 and AF. RGB value is (86,198,175). Sum of RGB (Red+Green+Blue) = 86+198+175=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #56C6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C6AF is #A93950. Grayscale: #A1A1A1. Windows color (decimal): -11090257 or 11519574. OLE color: 11519574.
HSL color Cylindrical-coordinate representation of color #56C6AF: hue angle of 167.68º 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 #56C6AF is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 198 | 175 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.22 |
| HSL | 167.68º | 0.5% | 0.56% | - |
| HSV(B) | 167.68º | 0.57% | 0.78% | - |
| XYZ | 31.77 | 45.46 | 47.66 | - |
| YUV | 161.89 | 135.39 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 175 | 0.57 | 0 | 0.12 | 0.22 | 167.68 | 0.5 | 0.56 |
| Hex | 56 | C6 | AF | 39 | 0 | C | 16 | A8 | 32 | 38 |
| Octal | 126 | 306 | 257 | 71 | 0 | 14 | 26 | 250 | 62 | 70 |
| Binary | 1010110 | 11000110 | 10101111 | 111001 | 0 | 1100 | 10110 | 10101000 | 110010 | 111000 |
Color Harmonies of #56C6AF
Complementary color
Monochromatic Colors of #56C6AF
Black with #56C6AF
Text Example
Text Example
White with #56C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C6AF; }
p { color: rgb(86,198,175); }
H1.HeaderClassName
{
color: #56C6AF;
}
.AnyTagClassName
{
color: #56C6AF;
}
</style>
background-color css
<style>
a { background-color: #56C6AF; }
a { background-color: rgb(86,198,175); }
div.DivClassName
{
background-color: #56C6AF;
}
.BgClassName
{
background-color: #56C6AF;
}
</style>
border-color css
<style>
span { border-color: #56C6AF; }
span { border-color: rgb(86,198,175); }
td.TdClassName
{
border-color: #56C6AF;
}
.TagClassName
{
border-color: #56C6AF;
}
</style>