Shades of Puerto Rico #56C2AA
Tints of Puerto Rico #56C2AA
RGB
CMYK
RGB Variations
Color information
#56C2AA (or 0x56C2AA) is known color: Puerto Rico. HEX triplet: 56, C2 and AA. RGB value is (86,194,170). Sum of RGB (Red+Green+Blue) = 86+194+170=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C2AA is #A93D55. Grayscale: #9E9E9E. Windows color (decimal): -11091286 or 11190870. OLE color: 11190870.
HSL color Cylindrical-coordinate representation of color #56C2AA: hue angle of 166.67º 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 #56C2AA is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 170 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.24 |
| HSL | 166.67º | 0.47% | 0.55% | - |
| HSV(B) | 166.67º | 0.56% | 0.76% | - |
| XYZ | 30.39 | 43.46 | 44.82 | - |
| YUV | 158.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 170 | 0.56 | 0 | 0.12 | 0.24 | 166.67 | 0.47 | 0.55 |
| Hex | 56 | C2 | AA | 38 | 0 | C | 18 | A7 | 2F | 37 |
| Octal | 126 | 302 | 252 | 70 | 0 | 14 | 30 | 247 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10101010 | 111000 | 0 | 1100 | 11000 | 10100111 | 101111 | 110111 |
Color Harmonies of #56C2AA
Complementary color
Monochromatic Colors of #56C2AA
Black with #56C2AA
Text Example
Text Example
White with #56C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2AA; }
p { color: rgb(86,194,170); }
H1.HeaderClassName
{
color: #56C2AA;
}
.AnyTagClassName
{
color: #56C2AA;
}
</style>
background-color css
<style>
a { background-color: #56C2AA; }
a { background-color: rgb(86,194,170); }
div.DivClassName
{
background-color: #56C2AA;
}
.BgClassName
{
background-color: #56C2AA;
}
</style>
border-color css
<style>
span { border-color: #56C2AA; }
span { border-color: rgb(86,194,170); }
td.TdClassName
{
border-color: #56C2AA;
}
.TagClassName
{
border-color: #56C2AA;
}
</style>