Shades of Puerto Rico #56C2AF
Tints of Puerto Rico #56C2AF
RGB
CMYK
RGB Variations
Color information
#56C2AF (or 0x56C2AF) is known color: Puerto Rico. HEX triplet: 56, C2 and AF. RGB value is (86,194,175). Sum of RGB (Red+Green+Blue) = 86+194+175=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C2AF is #A93D50. Grayscale: #9F9F9F. Windows color (decimal): -11091281 or 11518550. OLE color: 11518550.
HSL color Cylindrical-coordinate representation of color #56C2AF: hue angle of 169.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C2AF is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 175 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.24 |
| HSL | 169.44º | 0.47% | 0.55% | - |
| HSV(B) | 169.44º | 0.56% | 0.76% | - |
| XYZ | 30.87 | 43.66 | 47.36 | - |
| YUV | 159.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 175 | 0.56 | 0 | 0.10 | 0.24 | 169.44 | 0.47 | 0.55 |
| Hex | 56 | C2 | AF | 38 | 0 | A | 18 | A9 | 2F | 37 |
| Octal | 126 | 302 | 257 | 70 | 0 | 12 | 30 | 251 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10101111 | 111000 | 0 | 1010 | 11000 | 10101001 | 101111 | 110111 |
Color Harmonies of #56C2AF
Complementary color
Monochromatic Colors of #56C2AF
Black with #56C2AF
Text Example
Text Example
White with #56C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2AF; }
p { color: rgb(86,194,175); }
H1.HeaderClassName
{
color: #56C2AF;
}
.AnyTagClassName
{
color: #56C2AF;
}
</style>
background-color css
<style>
a { background-color: #56C2AF; }
a { background-color: rgb(86,194,175); }
div.DivClassName
{
background-color: #56C2AF;
}
.BgClassName
{
background-color: #56C2AF;
}
</style>
border-color css
<style>
span { border-color: #56C2AF; }
span { border-color: rgb(86,194,175); }
td.TdClassName
{
border-color: #56C2AF;
}
.TagClassName
{
border-color: #56C2AF;
}
</style>