Shades of Medium Aquamarine #56CCAF
Tints of Medium Aquamarine #56CCAF
RGB
CMYK
RGB Variations
Color information
#56CCAF (or 0x56CCAF) is known color: Medium Aquamarine. HEX triplet: 56, CC and AF. RGB value is (86,204,175). Sum of RGB (Red+Green+Blue) = 86+204+175=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CCAF is #A93350. Grayscale: #A5A5A5. Windows color (decimal): -11088721 or 11521110. OLE color: 11521110.
HSL color Cylindrical-coordinate representation of color #56CCAF: hue angle of 165.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCAF is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 175 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.2 |
| HSL | 165.25º | 0.54% | 0.57% | - |
| HSV(B) | 165.25º | 0.58% | 0.8% | - |
| XYZ | 33.17 | 48.26 | 48.12 | - |
| YUV | 165.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 175 | 0.58 | 0 | 0.14 | 0.2 | 165.25 | 0.54 | 0.57 |
| Hex | 56 | CC | AF | 3A | 0 | E | 14 | A5 | 36 | 39 |
| Octal | 126 | 314 | 257 | 72 | 0 | 16 | 24 | 245 | 66 | 71 |
| Binary | 1010110 | 11001100 | 10101111 | 111010 | 0 | 1110 | 10100 | 10100101 | 110110 | 111001 |
Color Harmonies of #56CCAF
Complementary color
Monochromatic Colors of #56CCAF
Black with #56CCAF
Text Example
Text Example
White with #56CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CCAF; }
p { color: rgb(86,204,175); }
H1.HeaderClassName
{
color: #56CCAF;
}
.AnyTagClassName
{
color: #56CCAF;
}
</style>
background-color css
<style>
a { background-color: #56CCAF; }
a { background-color: rgb(86,204,175); }
div.DivClassName
{
background-color: #56CCAF;
}
.BgClassName
{
background-color: #56CCAF;
}
</style>
border-color css
<style>
span { border-color: #56CCAF; }
span { border-color: rgb(86,204,175); }
td.TdClassName
{
border-color: #56CCAF;
}
.TagClassName
{
border-color: #56CCAF;
}
</style>