Shades of Magic Mint #AAFEDF
Tints of Magic Mint #AAFEDF
RGB
CMYK
RGB Variations
Color information
#AAFEDF (or 0xAAFEDF) is known color: Magic Mint. HEX triplet: AA, FE and DF. RGB value is (170,254,223). Sum of RGB (Red+Green+Blue) = 170+254+223=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEDF is #550120. Grayscale: #E1E1E1. Windows color (decimal): -5570849 or 14679722. OLE color: 14679722.
HSL color Cylindrical-coordinate representation of color #AAFEDF: hue angle of 157.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEDF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 223 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.00 |
| HSL | 157.86º | 0.98% | 0.83% | - |
| HSV(B) | 157.86º | 0.33% | 1% | - |
| XYZ | 65.34 | 84.76 | 82.73 | - |
| YUV | 225.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 223 | 0.33 | 0 | 0.12 | 0.00 | 157.86 | 0.98 | 0.83 |
| Hex | AA | FE | DF | 21 | 0 | C | 0 | 9E | 62 | 53 |
| Octal | 252 | 376 | 337 | 41 | 0 | 14 | 0 | 236 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11011111 | 100001 | 0 | 1100 | 0 | 10011110 | 1100010 | 1010011 |
Color Harmonies of #AAFEDF
Complementary color
Monochromatic Colors of #AAFEDF
Black with #AAFEDF
Text Example
Text Example
White with #AAFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEDF; }
p { color: rgb(170,254,223); }
H1.HeaderClassName
{
color: #AAFEDF;
}
.AnyTagClassName
{
color: #AAFEDF;
}
</style>
background-color css
<style>
a { background-color: #AAFEDF; }
a { background-color: rgb(170,254,223); }
div.DivClassName
{
background-color: #AAFEDF;
}
.BgClassName
{
background-color: #AAFEDF;
}
</style>
border-color css
<style>
span { border-color: #AAFEDF; }
span { border-color: rgb(170,254,223); }
td.TdClassName
{
border-color: #AAFEDF;
}
.TagClassName
{
border-color: #AAFEDF;
}
</style>