Shades of Puerto Rico #56B19E
Tints of Puerto Rico #56B19E
RGB
CMYK
RGB Variations
Color information
#56B19E (or 0x56B19E) is known color: Puerto Rico. HEX triplet: 56, B1 and 9E. RGB value is (86,177,158). Sum of RGB (Red+Green+Blue) = 86+177+158=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #56B19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B19E is #A94E61. Grayscale: #939393. Windows color (decimal): -11095650 or 10400086. OLE color: 10400086.
HSL color Cylindrical-coordinate representation of color #56B19E: hue angle of 167.47º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B19E is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 177 | 158 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.31 |
| HSL | 167.47º | 0.37% | 0.52% | - |
| HSV(B) | 167.47º | 0.51% | 0.69% | - |
| XYZ | 25.73 | 35.89 | 37.92 | - |
| YUV | 147.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 158 | 0.51 | 0 | 0.11 | 0.31 | 167.47 | 0.37 | 0.52 |
| Hex | 56 | B1 | 9E | 33 | 0 | B | 1F | A7 | 25 | 34 |
| Octal | 126 | 261 | 236 | 63 | 0 | 13 | 37 | 247 | 45 | 64 |
| Binary | 1010110 | 10110001 | 10011110 | 110011 | 0 | 1011 | 11111 | 10100111 | 100101 | 110100 |
Color Harmonies of #56B19E
Complementary color
Monochromatic Colors of #56B19E
Black with #56B19E
Text Example
Text Example
White with #56B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B19E; }
p { color: rgb(86,177,158); }
H1.HeaderClassName
{
color: #56B19E;
}
.AnyTagClassName
{
color: #56B19E;
}
</style>
background-color css
<style>
a { background-color: #56B19E; }
a { background-color: rgb(86,177,158); }
div.DivClassName
{
background-color: #56B19E;
}
.BgClassName
{
background-color: #56B19E;
}
</style>
border-color css
<style>
span { border-color: #56B19E; }
span { border-color: rgb(86,177,158); }
td.TdClassName
{
border-color: #56B19E;
}
.TagClassName
{
border-color: #56B19E;
}
</style>