Shades of Magic Mint #AAEAD4
Tints of Magic Mint #AAEAD4
RGB
CMYK
RGB Variations
Color information
#AAEAD4 (or 0xAAEAD4) is known color: Magic Mint. HEX triplet: AA, EA and D4. RGB value is (170,234,212). Sum of RGB (Red+Green+Blue) = 170+234+212=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD4 is #55152B. Grayscale: #D4D4D4. Windows color (decimal): -5575980 or 13953706. OLE color: 13953706.
HSL color Cylindrical-coordinate representation of color #AAEAD4: hue angle of 159.38º 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 #AAEAD4 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 212 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.08 |
| HSL | 159.38º | 0.6% | 0.79% | - |
| HSV(B) | 159.38º | 0.27% | 0.92% | - |
| XYZ | 57.88 | 72.15 | 73.16 | - |
| YUV | 212.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 212 | 0.27 | 0 | 0.09 | 0.08 | 159.38 | 0.6 | 0.79 |
| Hex | AA | EA | D4 | 1B | 0 | 9 | 8 | 9F | 3C | 4F |
| Octal | 252 | 352 | 324 | 33 | 0 | 11 | 10 | 237 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11010100 | 11011 | 0 | 1001 | 1000 | 10011111 | 111100 | 1001111 |
Color Harmonies of #AAEAD4
Complementary color
Monochromatic Colors of #AAEAD4
Black with #AAEAD4
Text Example
Text Example
White with #AAEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAD4; }
p { color: rgb(170,234,212); }
H1.HeaderClassName
{
color: #AAEAD4;
}
.AnyTagClassName
{
color: #AAEAD4;
}
</style>
background-color css
<style>
a { background-color: #AAEAD4; }
a { background-color: rgb(170,234,212); }
div.DivClassName
{
background-color: #AAEAD4;
}
.BgClassName
{
background-color: #AAEAD4;
}
</style>
border-color css
<style>
span { border-color: #AAEAD4; }
span { border-color: rgb(170,234,212); }
td.TdClassName
{
border-color: #AAEAD4;
}
.TagClassName
{
border-color: #AAEAD4;
}
</style>