Shades of Magic Mint #AAF9DE
Tints of Magic Mint #AAF9DE
RGB
CMYK
RGB Variations
Color information
#AAF9DE (or 0xAAF9DE) is known color: Magic Mint. HEX triplet: AA, F9 and DE. RGB value is (170,249,222). Sum of RGB (Red+Green+Blue) = 170+249+222=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9DE is #550621. Grayscale: #DEDEDE. Windows color (decimal): -5572130 or 14612906. OLE color: 14612906.
HSL color Cylindrical-coordinate representation of color #AAF9DE: hue angle of 159.49º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9DE is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 222 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.02 |
| HSL | 159.49º | 0.87% | 0.82% | - |
| HSV(B) | 159.49º | 0.32% | 0.98% | - |
| XYZ | 63.64 | 81.57 | 81.5 | - |
| YUV | 222.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 222 | 0.32 | 0 | 0.11 | 0.02 | 159.49 | 0.87 | 0.82 |
| Hex | AA | F9 | DE | 20 | 0 | B | 2 | 9F | 57 | 52 |
| Octal | 252 | 371 | 336 | 40 | 0 | 13 | 2 | 237 | 127 | 122 |
| Binary | 10101010 | 11111001 | 11011110 | 100000 | 0 | 1011 | 10 | 10011111 | 1010111 | 1010010 |
Color Harmonies of #AAF9DE
Complementary color
Monochromatic Colors of #AAF9DE
Black with #AAF9DE
Text Example
Text Example
White with #AAF9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9DE; }
p { color: rgb(170,249,222); }
H1.HeaderClassName
{
color: #AAF9DE;
}
.AnyTagClassName
{
color: #AAF9DE;
}
</style>
background-color css
<style>
a { background-color: #AAF9DE; }
a { background-color: rgb(170,249,222); }
div.DivClassName
{
background-color: #AAF9DE;
}
.BgClassName
{
background-color: #AAF9DE;
}
</style>
border-color css
<style>
span { border-color: #AAF9DE; }
span { border-color: rgb(170,249,222); }
td.TdClassName
{
border-color: #AAF9DE;
}
.TagClassName
{
border-color: #AAF9DE;
}
</style>