Shades of Puerto Rico #56B8AF
Tints of Puerto Rico #56B8AF
RGB
CMYK
RGB Variations
Color information
#56B8AF (or 0x56B8AF) is known color: Puerto Rico. HEX triplet: 56, B8 and AF. RGB value is (86,184,175). Sum of RGB (Red+Green+Blue) = 86+184+175=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #56B8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B8AF is #A94750. Grayscale: #999999. Windows color (decimal): -11093841 or 11515990. OLE color: 11515990.
HSL color Cylindrical-coordinate representation of color #56B8AF: hue angle of 174.49º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B8AF is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 184 | 175 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.28 |
| HSL | 174.49º | 0.41% | 0.53% | - |
| HSV(B) | 174.49º | 0.53% | 0.72% | - |
| XYZ | 28.72 | 39.35 | 46.64 | - |
| YUV | 153.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 184 | 175 | 0.53 | 0 | 0.05 | 0.28 | 174.49 | 0.41 | 0.53 |
| Hex | 56 | B8 | AF | 35 | 0 | 5 | 1C | AE | 29 | 35 |
| Octal | 126 | 270 | 257 | 65 | 0 | 5 | 34 | 256 | 51 | 65 |
| Binary | 1010110 | 10111000 | 10101111 | 110101 | 0 | 101 | 11100 | 10101110 | 101001 | 110101 |
Color Harmonies of #56B8AF
Complementary color
Monochromatic Colors of #56B8AF
Black with #56B8AF
Text Example
Text Example
White with #56B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B8AF; }
p { color: rgb(86,184,175); }
H1.HeaderClassName
{
color: #56B8AF;
}
.AnyTagClassName
{
color: #56B8AF;
}
</style>
background-color css
<style>
a { background-color: #56B8AF; }
a { background-color: rgb(86,184,175); }
div.DivClassName
{
background-color: #56B8AF;
}
.BgClassName
{
background-color: #56B8AF;
}
</style>
border-color css
<style>
span { border-color: #56B8AF; }
span { border-color: rgb(86,184,175); }
td.TdClassName
{
border-color: #56B8AF;
}
.TagClassName
{
border-color: #56B8AF;
}
</style>