Shades of Magic Mint #AAE8CF
Tints of Magic Mint #AAE8CF
RGB
CMYK
RGB Variations
Color information
#AAE8CF (or 0xAAE8CF) is known color: Magic Mint. HEX triplet: AA, E8 and CF. RGB value is (170,232,207). Sum of RGB (Red+Green+Blue) = 170+232+207=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8CF is #551730. Grayscale: #D2D2D2. Windows color (decimal): -5576497 or 13625514. OLE color: 13625514.
HSL color Cylindrical-coordinate representation of color #AAE8CF: hue angle of 155.81º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8CF is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 207 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.09 |
| HSL | 155.81º | 0.57% | 0.79% | - |
| HSV(B) | 155.81º | 0.27% | 0.91% | - |
| XYZ | 56.7 | 70.76 | 69.7 | - |
| YUV | 210.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 207 | 0.27 | 0 | 0.11 | 0.09 | 155.81 | 0.57 | 0.79 |
| Hex | AA | E8 | CF | 1B | 0 | B | 9 | 9C | 39 | 4F |
| Octal | 252 | 350 | 317 | 33 | 0 | 13 | 11 | 234 | 71 | 117 |
| Binary | 10101010 | 11101000 | 11001111 | 11011 | 0 | 1011 | 1001 | 10011100 | 111001 | 1001111 |
Color Harmonies of #AAE8CF
Complementary color
Monochromatic Colors of #AAE8CF
Black with #AAE8CF
Text Example
Text Example
White with #AAE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8CF; }
p { color: rgb(170,232,207); }
H1.HeaderClassName
{
color: #AAE8CF;
}
.AnyTagClassName
{
color: #AAE8CF;
}
</style>
background-color css
<style>
a { background-color: #AAE8CF; }
a { background-color: rgb(170,232,207); }
div.DivClassName
{
background-color: #AAE8CF;
}
.BgClassName
{
background-color: #AAE8CF;
}
</style>
border-color css
<style>
span { border-color: #AAE8CF; }
span { border-color: rgb(170,232,207); }
td.TdClassName
{
border-color: #AAE8CF;
}
.TagClassName
{
border-color: #AAE8CF;
}
</style>