Shades of Medium Aquamarine #56FFAA
Tints of Medium Aquamarine #56FFAA
RGB
CMYK
RGB Variations
Color information
#56FFAA (or 0x56FFAA) is known color: Medium Aquamarine. HEX triplet: 56, FF and AA. RGB value is (86,255,170). Sum of RGB (Red+Green+Blue) = 86+255+170=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FFAA is #A90055. Grayscale: #C2C2C2. Windows color (decimal): -11075670 or 11206486. OLE color: 11206486.
HSL color Cylindrical-coordinate representation of color #56FFAA: hue angle of 149.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFAA is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 170 | - |
| CMYK | 0.66 | 0 | 0.33 | 0 |
| HSL | 149.82º | 1% | 0.67% | - |
| HSV(B) | 149.82º | 0.66% | 1% | - |
| XYZ | 46.85 | 76.4 | 50.31 | - |
| YUV | 194.78 | 114.01 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 170 | 0.66 | 0 | 0.33 | 0 | 149.82 | 1 | 0.67 |
| Hex | 56 | FF | AA | 42 | 0 | 21 | 0 | 96 | 64 | 43 |
| Octal | 126 | 377 | 252 | 102 | 0 | 41 | 0 | 226 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10101010 | 1000010 | 0 | 100001 | 0 | 10010110 | 1100100 | 1000011 |
Color Harmonies of #56FFAA
Complementary color
Monochromatic Colors of #56FFAA
Black with #56FFAA
Text Example
Text Example
White with #56FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFAA; }
p { color: rgb(86,255,170); }
H1.HeaderClassName
{
color: #56FFAA;
}
.AnyTagClassName
{
color: #56FFAA;
}
</style>
background-color css
<style>
a { background-color: #56FFAA; }
a { background-color: rgb(86,255,170); }
div.DivClassName
{
background-color: #56FFAA;
}
.BgClassName
{
background-color: #56FFAA;
}
</style>
border-color css
<style>
span { border-color: #56FFAA; }
span { border-color: rgb(86,255,170); }
td.TdClassName
{
border-color: #56FFAA;
}
.TagClassName
{
border-color: #56FFAA;
}
</style>