Shades of Puerto Rico #56C6B5
Tints of Puerto Rico #56C6B5
RGB
CMYK
RGB Variations
Color information
#56C6B5 (or 0x56C6B5) is known color: Puerto Rico. HEX triplet: 56, C6 and B5. RGB value is (86,198,181). Sum of RGB (Red+Green+Blue) = 86+198+181=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #56C6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C6B5 is #A9394A. Grayscale: #A2A2A2. Windows color (decimal): -11090251 or 11912790. OLE color: 11912790.
HSL color Cylindrical-coordinate representation of color #56C6B5: hue angle of 170.89º 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 #56C6B5 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 198 | 181 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.22 |
| HSL | 170.89º | 0.5% | 0.56% | - |
| HSV(B) | 170.89º | 0.57% | 0.78% | - |
| XYZ | 32.37 | 45.7 | 50.83 | - |
| YUV | 162.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 181 | 0.57 | 0 | 0.09 | 0.22 | 170.89 | 0.5 | 0.56 |
| Hex | 56 | C6 | B5 | 39 | 0 | 9 | 16 | AB | 32 | 38 |
| Octal | 126 | 306 | 265 | 71 | 0 | 11 | 26 | 253 | 62 | 70 |
| Binary | 1010110 | 11000110 | 10110101 | 111001 | 0 | 1001 | 10110 | 10101011 | 110010 | 111000 |
Color Harmonies of #56C6B5
Complementary color
Monochromatic Colors of #56C6B5
Black with #56C6B5
Text Example
Text Example
White with #56C6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C6B5; }
p { color: rgb(86,198,181); }
H1.HeaderClassName
{
color: #56C6B5;
}
.AnyTagClassName
{
color: #56C6B5;
}
</style>
background-color css
<style>
a { background-color: #56C6B5; }
a { background-color: rgb(86,198,181); }
div.DivClassName
{
background-color: #56C6B5;
}
.BgClassName
{
background-color: #56C6B5;
}
</style>
border-color css
<style>
span { border-color: #56C6B5; }
span { border-color: rgb(86,198,181); }
td.TdClassName
{
border-color: #56C6B5;
}
.TagClassName
{
border-color: #56C6B5;
}
</style>