Shades of Puerto Rico #56B7A1
Tints of Puerto Rico #56B7A1
RGB
CMYK
RGB Variations
Color information
#56B7A1 (or 0x56B7A1) is known color: Puerto Rico. HEX triplet: 56, B7 and A1. RGB value is (86,183,161). Sum of RGB (Red+Green+Blue) = 86+183+161=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #56B7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B7A1 is #A9485E. Grayscale: #979797. Windows color (decimal): -11094111 or 10598230. OLE color: 10598230.
HSL color Cylindrical-coordinate representation of color #56B7A1: hue angle of 166.39º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B7A1 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 183 | 161 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.28 |
| HSL | 166.39º | 0.4% | 0.53% | - |
| HSV(B) | 166.39º | 0.53% | 0.72% | - |
| XYZ | 27.2 | 38.42 | 39.7 | - |
| YUV | 151.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 183 | 161 | 0.53 | 0 | 0.12 | 0.28 | 166.39 | 0.4 | 0.53 |
| Hex | 56 | B7 | A1 | 35 | 0 | C | 1C | A6 | 28 | 35 |
| Octal | 126 | 267 | 241 | 65 | 0 | 14 | 34 | 246 | 50 | 65 |
| Binary | 1010110 | 10110111 | 10100001 | 110101 | 0 | 1100 | 11100 | 10100110 | 101000 | 110101 |
Color Harmonies of #56B7A1
Complementary color
Monochromatic Colors of #56B7A1
Black with #56B7A1
Text Example
Text Example
White with #56B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B7A1; }
p { color: rgb(86,183,161); }
H1.HeaderClassName
{
color: #56B7A1;
}
.AnyTagClassName
{
color: #56B7A1;
}
</style>
background-color css
<style>
a { background-color: #56B7A1; }
a { background-color: rgb(86,183,161); }
div.DivClassName
{
background-color: #56B7A1;
}
.BgClassName
{
background-color: #56B7A1;
}
</style>
border-color css
<style>
span { border-color: #56B7A1; }
span { border-color: rgb(86,183,161); }
td.TdClassName
{
border-color: #56B7A1;
}
.TagClassName
{
border-color: #56B7A1;
}
</style>