Shades of Puerto Rico #56BBA2
Tints of Puerto Rico #56BBA2
RGB
CMYK
RGB Variations
Color information
#56BBA2 (or 0x56BBA2) is known color: Puerto Rico. HEX triplet: 56, BB and A2. RGB value is (86,187,162). Sum of RGB (Red+Green+Blue) = 86+187+162=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #56BBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BBA2 is #A9445D. Grayscale: #999999. Windows color (decimal): -11093086 or 10664790. OLE color: 10664790.
HSL color Cylindrical-coordinate representation of color #56BBA2: hue angle of 165.15º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BBA2 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 162 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.27 |
| HSL | 165.15º | 0.43% | 0.54% | - |
| HSV(B) | 165.15º | 0.54% | 0.73% | - |
| XYZ | 28.13 | 40.13 | 40.45 | - |
| YUV | 153.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 162 | 0.54 | 0 | 0.13 | 0.27 | 165.15 | 0.43 | 0.54 |
| Hex | 56 | BB | A2 | 36 | 0 | D | 1B | A5 | 2B | 36 |
| Octal | 126 | 273 | 242 | 66 | 0 | 15 | 33 | 245 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10100010 | 110110 | 0 | 1101 | 11011 | 10100101 | 101011 | 110110 |
Color Harmonies of #56BBA2
Complementary color
Monochromatic Colors of #56BBA2
Black with #56BBA2
Text Example
Text Example
White with #56BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBA2; }
p { color: rgb(86,187,162); }
H1.HeaderClassName
{
color: #56BBA2;
}
.AnyTagClassName
{
color: #56BBA2;
}
</style>
background-color css
<style>
a { background-color: #56BBA2; }
a { background-color: rgb(86,187,162); }
div.DivClassName
{
background-color: #56BBA2;
}
.BgClassName
{
background-color: #56BBA2;
}
</style>
border-color css
<style>
span { border-color: #56BBA2; }
span { border-color: rgb(86,187,162); }
td.TdClassName
{
border-color: #56BBA2;
}
.TagClassName
{
border-color: #56BBA2;
}
</style>