Shades of Magic Mint #AAEAC7
Tints of Magic Mint #AAEAC7
RGB
CMYK
RGB Variations
Color information
#AAEAC7 (or 0xAAEAC7) is known color: Magic Mint. HEX triplet: AA, EA and C7. RGB value is (170,234,199). Sum of RGB (Red+Green+Blue) = 170+234+199=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAC7 is #551538. Grayscale: #D2D2D2. Windows color (decimal): -5575993 or 13101738. OLE color: 13101738.
HSL color Cylindrical-coordinate representation of color #AAEAC7: hue angle of 147.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAC7 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 199 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.08 |
| HSL | 147.19º | 0.6% | 0.79% | - |
| HSV(B) | 147.19º | 0.27% | 0.92% | - |
| XYZ | 56.31 | 71.52 | 64.87 | - |
| YUV | 210.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 199 | 0.27 | 0 | 0.15 | 0.08 | 147.19 | 0.6 | 0.79 |
| Hex | AA | EA | C7 | 1B | 0 | F | 8 | 93 | 3C | 4F |
| Octal | 252 | 352 | 307 | 33 | 0 | 17 | 10 | 223 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11000111 | 11011 | 0 | 1111 | 1000 | 10010011 | 111100 | 1001111 |
Color Harmonies of #AAEAC7
Complementary color
Monochromatic Colors of #AAEAC7
Black with #AAEAC7
Text Example
Text Example
White with #AAEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAC7; }
p { color: rgb(170,234,199); }
H1.HeaderClassName
{
color: #AAEAC7;
}
.AnyTagClassName
{
color: #AAEAC7;
}
</style>
background-color css
<style>
a { background-color: #AAEAC7; }
a { background-color: rgb(170,234,199); }
div.DivClassName
{
background-color: #AAEAC7;
}
.BgClassName
{
background-color: #AAEAC7;
}
</style>
border-color css
<style>
span { border-color: #AAEAC7; }
span { border-color: rgb(170,234,199); }
td.TdClassName
{
border-color: #AAEAC7;
}
.TagClassName
{
border-color: #AAEAC7;
}
</style>