Shades of Puerto Rico #56BDA6
Tints of Puerto Rico #56BDA6
RGB
CMYK
RGB Variations
Color information
#56BDA6 (or 0x56BDA6) is known color: Puerto Rico. HEX triplet: 56, BD and A6. RGB value is (86,189,166). Sum of RGB (Red+Green+Blue) = 86+189+166=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #56BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BDA6 is #A94259. Grayscale: #9B9B9B. Windows color (decimal): -11092570 or 10927446. OLE color: 10927446.
HSL color Cylindrical-coordinate representation of color #56BDA6: hue angle of 166.6º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BDA6 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 166 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.26 |
| HSL | 166.6º | 0.44% | 0.54% | - |
| HSV(B) | 166.6º | 0.54% | 0.74% | - |
| XYZ | 28.92 | 41.13 | 42.49 | - |
| YUV | 155.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 166 | 0.54 | 0 | 0.12 | 0.26 | 166.6 | 0.44 | 0.54 |
| Hex | 56 | BD | A6 | 36 | 0 | C | 1A | A7 | 2C | 36 |
| Octal | 126 | 275 | 246 | 66 | 0 | 14 | 32 | 247 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10100110 | 110110 | 0 | 1100 | 11010 | 10100111 | 101100 | 110110 |
Color Harmonies of #56BDA6
Complementary color
Monochromatic Colors of #56BDA6
Black with #56BDA6
Text Example
Text Example
White with #56BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDA6; }
p { color: rgb(86,189,166); }
H1.HeaderClassName
{
color: #56BDA6;
}
.AnyTagClassName
{
color: #56BDA6;
}
</style>
background-color css
<style>
a { background-color: #56BDA6; }
a { background-color: rgb(86,189,166); }
div.DivClassName
{
background-color: #56BDA6;
}
.BgClassName
{
background-color: #56BDA6;
}
</style>
border-color css
<style>
span { border-color: #56BDA6; }
span { border-color: rgb(86,189,166); }
td.TdClassName
{
border-color: #56BDA6;
}
.TagClassName
{
border-color: #56BDA6;
}
</style>