Shades of Magic Mint #AAF6CE
Tints of Magic Mint #AAF6CE
RGB
CMYK
RGB Variations
Color information
#AAF6CE (or 0xAAF6CE) is known color: Magic Mint. HEX triplet: AA, F6 and CE. RGB value is (170,246,206). Sum of RGB (Red+Green+Blue) = 170+246+206=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6CE is #550931. Grayscale: #DADADA. Windows color (decimal): -5572914 or 13563562. OLE color: 13563562.
HSL color Cylindrical-coordinate representation of color #AAF6CE: hue angle of 148.42º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6CE is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 206 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.04 |
| HSL | 148.42º | 0.81% | 0.82% | - |
| HSV(B) | 148.42º | 0.31% | 0.96% | - |
| XYZ | 60.67 | 78.91 | 70.43 | - |
| YUV | 218.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 206 | 0.31 | 0 | 0.16 | 0.04 | 148.42 | 0.81 | 0.82 |
| Hex | AA | F6 | CE | 1F | 0 | 10 | 4 | 94 | 51 | 52 |
| Octal | 252 | 366 | 316 | 37 | 0 | 20 | 4 | 224 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11001110 | 11111 | 0 | 10000 | 100 | 10010100 | 1010001 | 1010010 |
Color Harmonies of #AAF6CE
Complementary color
Monochromatic Colors of #AAF6CE
Black with #AAF6CE
Text Example
Text Example
White with #AAF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6CE; }
p { color: rgb(170,246,206); }
H1.HeaderClassName
{
color: #AAF6CE;
}
.AnyTagClassName
{
color: #AAF6CE;
}
</style>
background-color css
<style>
a { background-color: #AAF6CE; }
a { background-color: rgb(170,246,206); }
div.DivClassName
{
background-color: #AAF6CE;
}
.BgClassName
{
background-color: #AAF6CE;
}
</style>
border-color css
<style>
span { border-color: #AAF6CE; }
span { border-color: rgb(170,246,206); }
td.TdClassName
{
border-color: #AAF6CE;
}
.TagClassName
{
border-color: #AAF6CE;
}
</style>