Shades of Puerto Rico #56ABA0
Tints of Puerto Rico #56ABA0
RGB
CMYK
RGB Variations
Color information
#56ABA0 (or 0x56ABA0) is known color: Puerto Rico. HEX triplet: 56, AB and A0. RGB value is (86,171,160). Sum of RGB (Red+Green+Blue) = 86+171+160=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #56ABA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABA0 is #A9545F. Grayscale: #909090. Windows color (decimal): -11097184 or 10529622. OLE color: 10529622.
HSL color Cylindrical-coordinate representation of color #56ABA0: hue angle of 172.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ABA0 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 160 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.33 |
| HSL | 172.24º | 0.34% | 0.5% | - |
| HSV(B) | 172.24º | 0.5% | 0.67% | - |
| XYZ | 24.75 | 33.64 | 38.45 | - |
| YUV | 144.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 160 | 0.50 | 0 | 0.06 | 0.33 | 172.24 | 0.34 | 0.5 |
| Hex | 56 | AB | A0 | 32 | 0 | 6 | 21 | AC | 22 | 32 |
| Octal | 126 | 253 | 240 | 62 | 0 | 6 | 41 | 254 | 42 | 62 |
| Binary | 1010110 | 10101011 | 10100000 | 110010 | 0 | 110 | 100001 | 10101100 | 100010 | 110010 |
Color Harmonies of #56ABA0
Complementary color
Monochromatic Colors of #56ABA0
Black with #56ABA0
Text Example
Text Example
White with #56ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABA0; }
p { color: rgb(86,171,160); }
H1.HeaderClassName
{
color: #56ABA0;
}
.AnyTagClassName
{
color: #56ABA0;
}
</style>
background-color css
<style>
a { background-color: #56ABA0; }
a { background-color: rgb(86,171,160); }
div.DivClassName
{
background-color: #56ABA0;
}
.BgClassName
{
background-color: #56ABA0;
}
</style>
border-color css
<style>
span { border-color: #56ABA0; }
span { border-color: rgb(86,171,160); }
td.TdClassName
{
border-color: #56ABA0;
}
.TagClassName
{
border-color: #56ABA0;
}
</style>