Shades of Puerto Rico #56ABA2
Tints of Puerto Rico #56ABA2
RGB
CMYK
RGB Variations
Color information
#56ABA2 (or 0x56ABA2) is known color: Puerto Rico. HEX triplet: 56, AB and A2. RGB value is (86,171,162). Sum of RGB (Red+Green+Blue) = 86+171+162=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #56ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABA2 is #A9545D. Grayscale: #909090. Windows color (decimal): -11097182 or 10660694. OLE color: 10660694.
HSL color Cylindrical-coordinate representation of color #56ABA2: hue angle of 173.65º 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 #56ABA2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 162 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.33 |
| HSL | 173.65º | 0.34% | 0.5% | - |
| HSV(B) | 173.65º | 0.5% | 0.67% | - |
| XYZ | 24.92 | 33.71 | 39.38 | - |
| YUV | 144.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 162 | 0.50 | 0 | 0.05 | 0.33 | 173.65 | 0.34 | 0.5 |
| Hex | 56 | AB | A2 | 32 | 0 | 5 | 21 | AE | 22 | 32 |
| Octal | 126 | 253 | 242 | 62 | 0 | 5 | 41 | 256 | 42 | 62 |
| Binary | 1010110 | 10101011 | 10100010 | 110010 | 0 | 101 | 100001 | 10101110 | 100010 | 110010 |
Color Harmonies of #56ABA2
Complementary color
Monochromatic Colors of #56ABA2
Black with #56ABA2
Text Example
Text Example
White with #56ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABA2; }
p { color: rgb(86,171,162); }
H1.HeaderClassName
{
color: #56ABA2;
}
.AnyTagClassName
{
color: #56ABA2;
}
</style>
background-color css
<style>
a { background-color: #56ABA2; }
a { background-color: rgb(86,171,162); }
div.DivClassName
{
background-color: #56ABA2;
}
.BgClassName
{
background-color: #56ABA2;
}
</style>
border-color css
<style>
span { border-color: #56ABA2; }
span { border-color: rgb(86,171,162); }
td.TdClassName
{
border-color: #56ABA2;
}
.TagClassName
{
border-color: #56ABA2;
}
</style>