Shades of Magic Mint #AAEAD0
Tints of Magic Mint #AAEAD0
RGB
CMYK
RGB Variations
Color information
#AAEAD0 (or 0xAAEAD0) is known color: Magic Mint. HEX triplet: AA, EA and D0. RGB value is (170,234,208). Sum of RGB (Red+Green+Blue) = 170+234+208=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD0 is #55152F. Grayscale: #D3D3D3. Windows color (decimal): -5575984 or 13691562. OLE color: 13691562.
HSL color Cylindrical-coordinate representation of color #AAEAD0: hue angle of 155.62º 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 #AAEAD0 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 208 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.08 |
| HSL | 155.63º | 0.6% | 0.79% | - |
| HSV(B) | 155.63º | 0.27% | 0.92% | - |
| XYZ | 57.39 | 71.95 | 70.54 | - |
| YUV | 211.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 208 | 0.27 | 0 | 0.11 | 0.08 | 155.63 | 0.6 | 0.79 |
| Hex | AA | EA | D0 | 1B | 0 | B | 8 | 9C | 3C | 4F |
| Octal | 252 | 352 | 320 | 33 | 0 | 13 | 10 | 234 | 74 | 117 |
| Binary | 10101010 | 11101010 | 11010000 | 11011 | 0 | 1011 | 1000 | 10011100 | 111100 | 1001111 |
Color Harmonies of #AAEAD0
Complementary color
Monochromatic Colors of #AAEAD0
Black with #AAEAD0
Text Example
Text Example
White with #AAEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAD0; }
p { color: rgb(170,234,208); }
H1.HeaderClassName
{
color: #AAEAD0;
}
.AnyTagClassName
{
color: #AAEAD0;
}
</style>
background-color css
<style>
a { background-color: #AAEAD0; }
a { background-color: rgb(170,234,208); }
div.DivClassName
{
background-color: #AAEAD0;
}
.BgClassName
{
background-color: #AAEAD0;
}
</style>
border-color css
<style>
span { border-color: #AAEAD0; }
span { border-color: rgb(170,234,208); }
td.TdClassName
{
border-color: #AAEAD0;
}
.TagClassName
{
border-color: #AAEAD0;
}
</style>