Shades of Medium Aquamarine #56F2AA
Tints of Medium Aquamarine #56F2AA
RGB
CMYK
RGB Variations
Color information
#56F2AA (or 0x56F2AA) is known color: Medium Aquamarine. HEX triplet: 56, F2 and AA. RGB value is (86,242,170). Sum of RGB (Red+Green+Blue) = 86+242+170=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F2AA is #A90D55. Grayscale: #BBBBBB. Windows color (decimal): -11078998 or 11203158. OLE color: 11203158.
HSL color Cylindrical-coordinate representation of color #56F2AA: hue angle of 152.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F2AA is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 170 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.05 |
| HSL | 152.31º | 0.86% | 0.64% | - |
| HSV(B) | 152.31º | 0.64% | 0.95% | - |
| XYZ | 42.85 | 68.38 | 48.97 | - |
| YUV | 187.15 | 118.32 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 170 | 0.64 | 0 | 0.30 | 0.05 | 152.31 | 0.86 | 0.64 |
| Hex | 56 | F2 | AA | 40 | 0 | 1E | 5 | 98 | 56 | 40 |
| Octal | 126 | 362 | 252 | 100 | 0 | 36 | 5 | 230 | 126 | 100 |
| Binary | 1010110 | 11110010 | 10101010 | 1000000 | 0 | 11110 | 101 | 10011000 | 1010110 | 1000000 |
Color Harmonies of #56F2AA
Complementary color
Monochromatic Colors of #56F2AA
Black with #56F2AA
Text Example
Text Example
White with #56F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2AA; }
p { color: rgb(86,242,170); }
H1.HeaderClassName
{
color: #56F2AA;
}
.AnyTagClassName
{
color: #56F2AA;
}
</style>
background-color css
<style>
a { background-color: #56F2AA; }
a { background-color: rgb(86,242,170); }
div.DivClassName
{
background-color: #56F2AA;
}
.BgClassName
{
background-color: #56F2AA;
}
</style>
border-color css
<style>
span { border-color: #56F2AA; }
span { border-color: rgb(86,242,170); }
td.TdClassName
{
border-color: #56F2AA;
}
.TagClassName
{
border-color: #56F2AA;
}
</style>