Shades of Magic Mint #AAFFDF
Tints of Magic Mint #AAFFDF
RGB
CMYK
RGB Variations
Color information
#AAFFDF (or 0xAAFFDF) is known color: Magic Mint. HEX triplet: AA, FF and DF. RGB value is (170,255,223). Sum of RGB (Red+Green+Blue) = 170+255+223=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFDF is #550020. Grayscale: #E1E1E1. Windows color (decimal): -5570593 or 14679978. OLE color: 14679978.
HSL color Cylindrical-coordinate representation of color #AAFFDF: hue angle of 157.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFDF is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 223 | - |
| CMYK | 0.33 | 0 | 0.13 | 0 |
| HSL | 157.41º | 1% | 0.83% | - |
| HSV(B) | 157.41º | 0.33% | 1% | - |
| XYZ | 65.66 | 85.39 | 82.83 | - |
| YUV | 225.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 223 | 0.33 | 0 | 0.13 | 0 | 157.41 | 1 | 0.83 |
| Hex | AA | FF | DF | 21 | 0 | D | 0 | 9D | 64 | 53 |
| Octal | 252 | 377 | 337 | 41 | 0 | 15 | 0 | 235 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11011111 | 100001 | 0 | 1101 | 0 | 10011101 | 1100100 | 1010011 |
Color Harmonies of #AAFFDF
Complementary color
Monochromatic Colors of #AAFFDF
Black with #AAFFDF
Text Example
Text Example
White with #AAFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFDF; }
p { color: rgb(170,255,223); }
H1.HeaderClassName
{
color: #AAFFDF;
}
.AnyTagClassName
{
color: #AAFFDF;
}
</style>
background-color css
<style>
a { background-color: #AAFFDF; }
a { background-color: rgb(170,255,223); }
div.DivClassName
{
background-color: #AAFFDF;
}
.BgClassName
{
background-color: #AAFFDF;
}
</style>
border-color css
<style>
span { border-color: #AAFFDF; }
span { border-color: rgb(170,255,223); }
td.TdClassName
{
border-color: #AAFFDF;
}
.TagClassName
{
border-color: #AAFFDF;
}
</style>