Shades of Puerto Rico #56C8AB
Tints of Puerto Rico #56C8AB
RGB
CMYK
RGB Variations
Color information
#56C8AB (or 0x56C8AB) is known color: Puerto Rico. HEX triplet: 56, C8 and AB. RGB value is (86,200,171). Sum of RGB (Red+Green+Blue) = 86+200+171=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #56C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C8AB is #A93754. Grayscale: #A2A2A2. Windows color (decimal): -11089749 or 11257942. OLE color: 11257942.
HSL color Cylindrical-coordinate representation of color #56C8AB: hue angle of 164.74º degrees, saturation: 0.51, 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 #56C8AB is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 171 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.22 |
| HSL | 164.74º | 0.51% | 0.56% | - |
| HSV(B) | 164.74º | 0.57% | 0.78% | - |
| XYZ | 31.84 | 46.23 | 45.77 | - |
| YUV | 162.61 | 132.73 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 171 | 0.57 | 0 | 0.14 | 0.22 | 164.74 | 0.51 | 0.56 |
| Hex | 56 | C8 | AB | 39 | 0 | E | 16 | A5 | 33 | 38 |
| Octal | 126 | 310 | 253 | 71 | 0 | 16 | 26 | 245 | 63 | 70 |
| Binary | 1010110 | 11001000 | 10101011 | 111001 | 0 | 1110 | 10110 | 10100101 | 110011 | 111000 |
Color Harmonies of #56C8AB
Complementary color
Monochromatic Colors of #56C8AB
Black with #56C8AB
Text Example
Text Example
White with #56C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C8AB; }
p { color: rgb(86,200,171); }
H1.HeaderClassName
{
color: #56C8AB;
}
.AnyTagClassName
{
color: #56C8AB;
}
</style>
background-color css
<style>
a { background-color: #56C8AB; }
a { background-color: rgb(86,200,171); }
div.DivClassName
{
background-color: #56C8AB;
}
.BgClassName
{
background-color: #56C8AB;
}
</style>
border-color css
<style>
span { border-color: #56C8AB; }
span { border-color: rgb(86,200,171); }
td.TdClassName
{
border-color: #56C8AB;
}
.TagClassName
{
border-color: #56C8AB;
}
</style>