Shades of Magic Mint #AAE7D0
Tints of Magic Mint #AAE7D0
RGB
CMYK
RGB Variations
Color information
#AAE7D0 (or 0xAAE7D0) is known color: Magic Mint. HEX triplet: AA, E7 and D0. RGB value is (170,231,208). Sum of RGB (Red+Green+Blue) = 170+231+208=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7D0 is #55182F. Grayscale: #D2D2D2. Windows color (decimal): -5576752 or 13690794. OLE color: 13690794.
HSL color Cylindrical-coordinate representation of color #AAE7D0: hue angle of 157.38º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7D0 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 170 | 231 | 208 | - |
CMYK | 0.26 | 0 | 0.10 | 0.09 |
HSL | 157.38º | 0.56% | 0.79% | - |
HSV(B) | 157.38º | 0.26% | 0.91% | - |
XYZ | 56.54 | 70.25 | 70.25 | - |
YUV | 210.14 | 126.79 | 99.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 231 | 208 | 0.26 | 0 | 0.10 | 0.09 | 157.38 | 0.56 | 0.79 |
Hex | AA | E7 | D0 | 1A | 0 | A | 9 | 9D | 38 | 4F |
Octal | 252 | 347 | 320 | 32 | 0 | 12 | 11 | 235 | 70 | 117 |
Binary | 10101010 | 11100111 | 11010000 | 11010 | 0 | 1010 | 1001 | 10011101 | 111000 | 1001111 |
Color Harmonies of #AAE7D0
Complementary color
Monochromatic Colors of #AAE7D0
Black with #AAE7D0
Text Example
Text Example
White with #AAE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7D0; }
p { color: rgb(170,231,208); }
H1.HeaderClassName
{
color: #AAE7D0;
}
.AnyTagClassName
{
color: #AAE7D0;
}
</style>
background-color css
<style>
a { background-color: #AAE7D0; }
a { background-color: rgb(170,231,208); }
div.DivClassName
{
background-color: #AAE7D0;
}
.BgClassName
{
background-color: #AAE7D0;
}
</style>
border-color css
<style>
span { border-color: #AAE7D0; }
span { border-color: rgb(170,231,208); }
td.TdClassName
{
border-color: #AAE7D0;
}
.TagClassName
{
border-color: #AAE7D0;
}
</style>