Shades of Magic Mint #AAF1D8
Tints of Magic Mint #AAF1D8
RGB
CMYK
RGB Variations
Color information
#AAF1D8 (or 0xAAF1D8) is known color: Magic Mint. HEX triplet: AA, F1 and D8. RGB value is (170,241,216). Sum of RGB (Red+Green+Blue) = 170+241+216=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D8 is #550E27. Grayscale: #D8D8D8. Windows color (decimal): -5574184 or 14217642. OLE color: 14217642.
HSL color Cylindrical-coordinate representation of color #AAF1D8: hue angle of 158.87º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1D8 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 216 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 158.87º | 0.72% | 0.81% | - |
| HSV(B) | 158.87º | 0.29% | 0.95% | - |
| XYZ | 60.43 | 76.41 | 76.53 | - |
| YUV | 216.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 216 | 0.29 | 0 | 0.10 | 0.05 | 158.87 | 0.72 | 0.81 |
| Hex | AA | F1 | D8 | 1D | 0 | A | 5 | 9F | 48 | 51 |
| Octal | 252 | 361 | 330 | 35 | 0 | 12 | 5 | 237 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11011000 | 11101 | 0 | 1010 | 101 | 10011111 | 1001000 | 1010001 |
Color Harmonies of #AAF1D8
Complementary color
Monochromatic Colors of #AAF1D8
Black with #AAF1D8
Text Example
Text Example
White with #AAF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1D8; }
p { color: rgb(170,241,216); }
H1.HeaderClassName
{
color: #AAF1D8;
}
.AnyTagClassName
{
color: #AAF1D8;
}
</style>
background-color css
<style>
a { background-color: #AAF1D8; }
a { background-color: rgb(170,241,216); }
div.DivClassName
{
background-color: #AAF1D8;
}
.BgClassName
{
background-color: #AAF1D8;
}
</style>
border-color css
<style>
span { border-color: #AAF1D8; }
span { border-color: rgb(170,241,216); }
td.TdClassName
{
border-color: #AAF1D8;
}
.TagClassName
{
border-color: #AAF1D8;
}
</style>