Shades of Magic Mint #AAEDC6
Tints of Magic Mint #AAEDC6
RGB
CMYK
RGB Variations
Color information
#AAEDC6 (or 0xAAEDC6) is known color: Magic Mint. HEX triplet: AA, ED and C6. RGB value is (170,237,198). Sum of RGB (Red+Green+Blue) = 170+237+198=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDC6 is #551239. Grayscale: #D4D4D4. Windows color (decimal): -5575226 or 13036970. OLE color: 13036970.
HSL color Cylindrical-coordinate representation of color #AAEDC6: hue angle of 145.07º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDC6 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 198 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.07 |
| HSL | 145.07º | 0.65% | 0.8% | - |
| HSV(B) | 145.07º | 0.28% | 0.93% | - |
| XYZ | 57.05 | 73.19 | 64.55 | - |
| YUV | 212.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 198 | 0.28 | 0 | 0.16 | 0.07 | 145.07 | 0.65 | 0.8 |
| Hex | AA | ED | C6 | 1C | 0 | 10 | 7 | 91 | 41 | 50 |
| Octal | 252 | 355 | 306 | 34 | 0 | 20 | 7 | 221 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11000110 | 11100 | 0 | 10000 | 111 | 10010001 | 1000001 | 1010000 |
Color Harmonies of #AAEDC6
Complementary color
Monochromatic Colors of #AAEDC6
Black with #AAEDC6
Text Example
Text Example
White with #AAEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDC6; }
p { color: rgb(170,237,198); }
H1.HeaderClassName
{
color: #AAEDC6;
}
.AnyTagClassName
{
color: #AAEDC6;
}
</style>
background-color css
<style>
a { background-color: #AAEDC6; }
a { background-color: rgb(170,237,198); }
div.DivClassName
{
background-color: #AAEDC6;
}
.BgClassName
{
background-color: #AAEDC6;
}
</style>
border-color css
<style>
span { border-color: #AAEDC6; }
span { border-color: rgb(170,237,198); }
td.TdClassName
{
border-color: #AAEDC6;
}
.TagClassName
{
border-color: #AAEDC6;
}
</style>