Shades of Magic Mint #AAEDC9
Tints of Magic Mint #AAEDC9
RGB
CMYK
RGB Variations
Color information
#AAEDC9 (or 0xAAEDC9) is known color: Magic Mint. HEX triplet: AA, ED and C9. RGB value is (170,237,201). Sum of RGB (Red+Green+Blue) = 170+237+201=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDC9 is #551236. Grayscale: #D4D4D4. Windows color (decimal): -5575223 or 13233578. OLE color: 13233578.
HSL color Cylindrical-coordinate representation of color #AAEDC9: hue angle of 147.76º 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 #AAEDC9 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 201 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.07 |
| HSL | 147.76º | 0.65% | 0.8% | - |
| HSV(B) | 147.76º | 0.28% | 0.93% | - |
| XYZ | 57.4 | 73.33 | 66.39 | - |
| YUV | 212.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 201 | 0.28 | 0 | 0.15 | 0.07 | 147.76 | 0.65 | 0.8 |
| Hex | AA | ED | C9 | 1C | 0 | F | 7 | 94 | 41 | 50 |
| Octal | 252 | 355 | 311 | 34 | 0 | 17 | 7 | 224 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11001001 | 11100 | 0 | 1111 | 111 | 10010100 | 1000001 | 1010000 |
Color Harmonies of #AAEDC9
Complementary color
Monochromatic Colors of #AAEDC9
Black with #AAEDC9
Text Example
Text Example
White with #AAEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDC9; }
p { color: rgb(170,237,201); }
H1.HeaderClassName
{
color: #AAEDC9;
}
.AnyTagClassName
{
color: #AAEDC9;
}
</style>
background-color css
<style>
a { background-color: #AAEDC9; }
a { background-color: rgb(170,237,201); }
div.DivClassName
{
background-color: #AAEDC9;
}
.BgClassName
{
background-color: #AAEDC9;
}
</style>
border-color css
<style>
span { border-color: #AAEDC9; }
span { border-color: rgb(170,237,201); }
td.TdClassName
{
border-color: #AAEDC9;
}
.TagClassName
{
border-color: #AAEDC9;
}
</style>