Shades of Puerto Rico #56C3AF
Tints of Puerto Rico #56C3AF
RGB
CMYK
RGB Variations
Color information
#56C3AF (or 0x56C3AF) is known color: Puerto Rico. HEX triplet: 56, C3 and AF. RGB value is (86,195,175). Sum of RGB (Red+Green+Blue) = 86+195+175=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #56C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C3AF is #A93C50. Grayscale: #A0A0A0. Windows color (decimal): -11091025 or 11518806. OLE color: 11518806.
HSL color Cylindrical-coordinate representation of color #56C3AF: hue angle of 168.99º degrees, saturation: 0.48, 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 #56C3AF is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 175 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.24 |
| HSL | 168.99º | 0.48% | 0.55% | - |
| HSV(B) | 168.99º | 0.56% | 0.76% | - |
| XYZ | 31.09 | 44.1 | 47.43 | - |
| YUV | 160.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 175 | 0.56 | 0 | 0.10 | 0.24 | 168.99 | 0.48 | 0.55 |
| Hex | 56 | C3 | AF | 38 | 0 | A | 18 | A9 | 30 | 37 |
| Octal | 126 | 303 | 257 | 70 | 0 | 12 | 30 | 251 | 60 | 67 |
| Binary | 1010110 | 11000011 | 10101111 | 111000 | 0 | 1010 | 11000 | 10101001 | 110000 | 110111 |
Color Harmonies of #56C3AF
Complementary color
Monochromatic Colors of #56C3AF
Black with #56C3AF
Text Example
Text Example
White with #56C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C3AF; }
p { color: rgb(86,195,175); }
H1.HeaderClassName
{
color: #56C3AF;
}
.AnyTagClassName
{
color: #56C3AF;
}
</style>
background-color css
<style>
a { background-color: #56C3AF; }
a { background-color: rgb(86,195,175); }
div.DivClassName
{
background-color: #56C3AF;
}
.BgClassName
{
background-color: #56C3AF;
}
</style>
border-color css
<style>
span { border-color: #56C3AF; }
span { border-color: rgb(86,195,175); }
td.TdClassName
{
border-color: #56C3AF;
}
.TagClassName
{
border-color: #56C3AF;
}
</style>