Shades of Puerto Rico #56BAA3
Tints of Puerto Rico #56BAA3
RGB
CMYK
RGB Variations
Color information
#56BAA3 (or 0x56BAA3) is known color: Puerto Rico. HEX triplet: 56, BA and A3. RGB value is (86,186,163). Sum of RGB (Red+Green+Blue) = 86+186+163=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #56BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BAA3 is #A9455C. Grayscale: #999999. Windows color (decimal): -11093341 or 10730070. OLE color: 10730070.
HSL color Cylindrical-coordinate representation of color #56BAA3: hue angle of 166.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BAA3 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 163 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.27 |
| HSL | 166.2º | 0.42% | 0.53% | - |
| HSV(B) | 166.2º | 0.54% | 0.73% | - |
| XYZ | 28.01 | 39.74 | 40.84 | - |
| YUV | 153.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 163 | 0.54 | 0 | 0.12 | 0.27 | 166.2 | 0.42 | 0.53 |
| Hex | 56 | BA | A3 | 36 | 0 | C | 1B | A6 | 2A | 35 |
| Octal | 126 | 272 | 243 | 66 | 0 | 14 | 33 | 246 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10100011 | 110110 | 0 | 1100 | 11011 | 10100110 | 101010 | 110101 |
Color Harmonies of #56BAA3
Complementary color
Monochromatic Colors of #56BAA3
Black with #56BAA3
Text Example
Text Example
White with #56BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BAA3; }
p { color: rgb(86,186,163); }
H1.HeaderClassName
{
color: #56BAA3;
}
.AnyTagClassName
{
color: #56BAA3;
}
</style>
background-color css
<style>
a { background-color: #56BAA3; }
a { background-color: rgb(86,186,163); }
div.DivClassName
{
background-color: #56BAA3;
}
.BgClassName
{
background-color: #56BAA3;
}
</style>
border-color css
<style>
span { border-color: #56BAA3; }
span { border-color: rgb(86,186,163); }
td.TdClassName
{
border-color: #56BAA3;
}
.TagClassName
{
border-color: #56BAA3;
}
</style>