Shades of Puerto Rico #56B9A8
Tints of Puerto Rico #56B9A8
RGB
CMYK
RGB Variations
Color information
#56B9A8 (or 0x56B9A8) is known color: Puerto Rico. HEX triplet: 56, B9 and A8. RGB value is (86,185,168). Sum of RGB (Red+Green+Blue) = 86+185+168=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #56B9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B9A8 is #A94657. Grayscale: #999999. Windows color (decimal): -11093592 or 11057494. OLE color: 11057494.
HSL color Cylindrical-coordinate representation of color #56B9A8: hue angle of 169.7º degrees, saturation: 0.41, 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 #56B9A8 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 185 | 168 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.27 |
| HSL | 169.7º | 0.41% | 0.53% | - |
| HSV(B) | 169.7º | 0.54% | 0.73% | - |
| XYZ | 28.25 | 39.5 | 43.18 | - |
| YUV | 153.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 185 | 168 | 0.54 | 0 | 0.09 | 0.27 | 169.7 | 0.41 | 0.53 |
| Hex | 56 | B9 | A8 | 36 | 0 | 9 | 1B | AA | 29 | 35 |
| Octal | 126 | 271 | 250 | 66 | 0 | 11 | 33 | 252 | 51 | 65 |
| Binary | 1010110 | 10111001 | 10101000 | 110110 | 0 | 1001 | 11011 | 10101010 | 101001 | 110101 |
Color Harmonies of #56B9A8
Complementary color
Monochromatic Colors of #56B9A8
Black with #56B9A8
Text Example
Text Example
White with #56B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B9A8; }
p { color: rgb(86,185,168); }
H1.HeaderClassName
{
color: #56B9A8;
}
.AnyTagClassName
{
color: #56B9A8;
}
</style>
background-color css
<style>
a { background-color: #56B9A8; }
a { background-color: rgb(86,185,168); }
div.DivClassName
{
background-color: #56B9A8;
}
.BgClassName
{
background-color: #56B9A8;
}
</style>
border-color css
<style>
span { border-color: #56B9A8; }
span { border-color: rgb(86,185,168); }
td.TdClassName
{
border-color: #56B9A8;
}
.TagClassName
{
border-color: #56B9A8;
}
</style>