Shades of Puerto Rico #56BBA0
Tints of Puerto Rico #56BBA0
RGB
CMYK
RGB Variations
Color information
#56BBA0 (or 0x56BBA0) is known color: Puerto Rico. HEX triplet: 56, BB and A0. RGB value is (86,187,160). Sum of RGB (Red+Green+Blue) = 86+187+160=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #56BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BBA0 is #A9445F. Grayscale: #999999. Windows color (decimal): -11093088 or 10533718. OLE color: 10533718.
HSL color Cylindrical-coordinate representation of color #56BBA0: hue angle of 163.96º 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 #56BBA0 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 160 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.27 |
| HSL | 163.96º | 0.43% | 0.54% | - |
| HSV(B) | 163.96º | 0.54% | 0.73% | - |
| XYZ | 27.95 | 40.06 | 39.52 | - |
| YUV | 153.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 160 | 0.54 | 0 | 0.14 | 0.27 | 163.96 | 0.43 | 0.54 |
| Hex | 56 | BB | A0 | 36 | 0 | E | 1B | A4 | 2B | 36 |
| Octal | 126 | 273 | 240 | 66 | 0 | 16 | 33 | 244 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10100000 | 110110 | 0 | 1110 | 11011 | 10100100 | 101011 | 110110 |
Color Harmonies of #56BBA0
Complementary color
Monochromatic Colors of #56BBA0
Black with #56BBA0
Text Example
Text Example
White with #56BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBA0; }
p { color: rgb(86,187,160); }
H1.HeaderClassName
{
color: #56BBA0;
}
.AnyTagClassName
{
color: #56BBA0;
}
</style>
background-color css
<style>
a { background-color: #56BBA0; }
a { background-color: rgb(86,187,160); }
div.DivClassName
{
background-color: #56BBA0;
}
.BgClassName
{
background-color: #56BBA0;
}
</style>
border-color css
<style>
span { border-color: #56BBA0; }
span { border-color: rgb(86,187,160); }
td.TdClassName
{
border-color: #56BBA0;
}
.TagClassName
{
border-color: #56BBA0;
}
</style>