Shades of Puerto Rico #56BBA3
Tints of Puerto Rico #56BBA3
RGB
CMYK
RGB Variations
Color information
#56BBA3 (or 0x56BBA3) is known color: Puerto Rico. HEX triplet: 56, BB and A3. RGB value is (86,187,163). Sum of RGB (Red+Green+Blue) = 86+187+163=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #56BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BBA3 is #A9445C. Grayscale: #9A9A9A. Windows color (decimal): -11093085 or 10730326. OLE color: 10730326.
HSL color Cylindrical-coordinate representation of color #56BBA3: hue angle of 165.74º 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 #56BBA3 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 163 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.27 |
| HSL | 165.74º | 0.43% | 0.54% | - |
| HSV(B) | 165.74º | 0.54% | 0.73% | - |
| XYZ | 28.22 | 40.16 | 40.92 | - |
| YUV | 154.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 163 | 0.54 | 0 | 0.13 | 0.27 | 165.74 | 0.43 | 0.54 |
| Hex | 56 | BB | A3 | 36 | 0 | D | 1B | A6 | 2B | 36 |
| Octal | 126 | 273 | 243 | 66 | 0 | 15 | 33 | 246 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10100011 | 110110 | 0 | 1101 | 11011 | 10100110 | 101011 | 110110 |
Color Harmonies of #56BBA3
Complementary color
Monochromatic Colors of #56BBA3
Black with #56BBA3
Text Example
Text Example
White with #56BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBA3; }
p { color: rgb(86,187,163); }
H1.HeaderClassName
{
color: #56BBA3;
}
.AnyTagClassName
{
color: #56BBA3;
}
</style>
background-color css
<style>
a { background-color: #56BBA3; }
a { background-color: rgb(86,187,163); }
div.DivClassName
{
background-color: #56BBA3;
}
.BgClassName
{
background-color: #56BBA3;
}
</style>
border-color css
<style>
span { border-color: #56BBA3; }
span { border-color: rgb(86,187,163); }
td.TdClassName
{
border-color: #56BBA3;
}
.TagClassName
{
border-color: #56BBA3;
}
</style>