Shades of Magic Mint #AAFDD8
Tints of Magic Mint #AAFDD8
RGB
CMYK
RGB Variations
Color information
#AAFDD8 (or 0xAAFDD8) is known color: Magic Mint. HEX triplet: AA, FD and D8. RGB value is (170,253,216). Sum of RGB (Red+Green+Blue) = 170+253+216=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDD8 is #550227. Grayscale: #E0E0E0. Windows color (decimal): -5571112 or 14220714. OLE color: 14220714.
HSL color Cylindrical-coordinate representation of color #AAFDD8: hue angle of 153.25º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDD8 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 216 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.01 |
| HSL | 153.25º | 0.95% | 0.83% | - |
| HSV(B) | 153.25º | 0.33% | 0.99% | - |
| XYZ | 64.1 | 83.75 | 77.75 | - |
| YUV | 223.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 216 | 0.33 | 0 | 0.15 | 0.01 | 153.25 | 0.95 | 0.83 |
| Hex | AA | FD | D8 | 21 | 0 | F | 1 | 99 | 5F | 53 |
| Octal | 252 | 375 | 330 | 41 | 0 | 17 | 1 | 231 | 137 | 123 |
| Binary | 10101010 | 11111101 | 11011000 | 100001 | 0 | 1111 | 1 | 10011001 | 1011111 | 1010011 |
Color Harmonies of #AAFDD8
Complementary color
Monochromatic Colors of #AAFDD8
Black with #AAFDD8
Text Example
Text Example
White with #AAFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDD8; }
p { color: rgb(170,253,216); }
H1.HeaderClassName
{
color: #AAFDD8;
}
.AnyTagClassName
{
color: #AAFDD8;
}
</style>
background-color css
<style>
a { background-color: #AAFDD8; }
a { background-color: rgb(170,253,216); }
div.DivClassName
{
background-color: #AAFDD8;
}
.BgClassName
{
background-color: #AAFDD8;
}
</style>
border-color css
<style>
span { border-color: #AAFDD8; }
span { border-color: rgb(170,253,216); }
td.TdClassName
{
border-color: #AAFDD8;
}
.TagClassName
{
border-color: #AAFDD8;
}
</style>