Shades of Magic Mint #AAE7CF
Tints of Magic Mint #AAE7CF
RGB
CMYK
RGB Variations
Color information
#AAE7CF (or 0xAAE7CF) is known color: Magic Mint. HEX triplet: AA, E7 and CF. RGB value is (170,231,207). Sum of RGB (Red+Green+Blue) = 170+231+207=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7CF is #551830. Grayscale: #D2D2D2. Windows color (decimal): -5576753 or 13625258. OLE color: 13625258.
HSL color Cylindrical-coordinate representation of color #AAE7CF: hue angle of 156.39º 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 #AAE7CF is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 207 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.09 |
| HSL | 156.39º | 0.56% | 0.79% | - |
| HSV(B) | 156.39º | 0.26% | 0.91% | - |
| XYZ | 56.42 | 70.2 | 69.61 | - |
| YUV | 210.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 207 | 0.26 | 0 | 0.10 | 0.09 | 156.39 | 0.56 | 0.79 |
| Hex | AA | E7 | CF | 1A | 0 | A | 9 | 9C | 38 | 4F |
| Octal | 252 | 347 | 317 | 32 | 0 | 12 | 11 | 234 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11001111 | 11010 | 0 | 1010 | 1001 | 10011100 | 111000 | 1001111 |
Color Harmonies of #AAE7CF
Complementary color
Monochromatic Colors of #AAE7CF
Black with #AAE7CF
Text Example
Text Example
White with #AAE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7CF; }
p { color: rgb(170,231,207); }
H1.HeaderClassName
{
color: #AAE7CF;
}
.AnyTagClassName
{
color: #AAE7CF;
}
</style>
background-color css
<style>
a { background-color: #AAE7CF; }
a { background-color: rgb(170,231,207); }
div.DivClassName
{
background-color: #AAE7CF;
}
.BgClassName
{
background-color: #AAE7CF;
}
</style>
border-color css
<style>
span { border-color: #AAE7CF; }
span { border-color: rgb(170,231,207); }
td.TdClassName
{
border-color: #AAE7CF;
}
.TagClassName
{
border-color: #AAE7CF;
}
</style>