Shades of Magic Mint #AAE6CF
Tints of Magic Mint #AAE6CF
RGB
CMYK
RGB Variations
Color information
#AAE6CF (or 0xAAE6CF) is known color: Magic Mint. HEX triplet: AA, E6 and CF. RGB value is (170,230,207). Sum of RGB (Red+Green+Blue) = 170+230+207=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6CF is #551930. Grayscale: #D1D1D1. Windows color (decimal): -5577009 or 13625002. OLE color: 13625002.
HSL color Cylindrical-coordinate representation of color #AAE6CF: hue angle of 157º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6CF is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 207 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.10 |
| HSL | 157º | 0.55% | 0.78% | - |
| HSV(B) | 157º | 0.26% | 0.9% | - |
| XYZ | 56.14 | 69.64 | 69.52 | - |
| YUV | 209.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 207 | 0.26 | 0 | 0.10 | 0.10 | 157 | 0.55 | 0.78 |
| Hex | AA | E6 | CF | 1A | 0 | A | A | 9D | 37 | 4E |
| Octal | 252 | 346 | 317 | 32 | 0 | 12 | 12 | 235 | 67 | 116 |
| Binary | 10101010 | 11100110 | 11001111 | 11010 | 0 | 1010 | 1010 | 10011101 | 110111 | 1001110 |
Color Harmonies of #AAE6CF
Complementary color
Monochromatic Colors of #AAE6CF
Black with #AAE6CF
Text Example
Text Example
White with #AAE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6CF; }
p { color: rgb(170,230,207); }
H1.HeaderClassName
{
color: #AAE6CF;
}
.AnyTagClassName
{
color: #AAE6CF;
}
</style>
background-color css
<style>
a { background-color: #AAE6CF; }
a { background-color: rgb(170,230,207); }
div.DivClassName
{
background-color: #AAE6CF;
}
.BgClassName
{
background-color: #AAE6CF;
}
</style>
border-color css
<style>
span { border-color: #AAE6CF; }
span { border-color: rgb(170,230,207); }
td.TdClassName
{
border-color: #AAE6CF;
}
.TagClassName
{
border-color: #AAE6CF;
}
</style>