Shades of Magic Mint #AAF1C9
Tints of Magic Mint #AAF1C9
RGB
CMYK
RGB Variations
Color information
#AAF1C9 (or 0xAAF1C9) is known color: Magic Mint. HEX triplet: AA, F1 and C9. RGB value is (170,241,201). Sum of RGB (Red+Green+Blue) = 170+241+201=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1C9 is #550E36. Grayscale: #D7D7D7. Windows color (decimal): -5574199 or 13234602. OLE color: 13234602.
HSL color Cylindrical-coordinate representation of color #AAF1C9: hue angle of 146.2º 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 #AAF1C9 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 201 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.05 |
| HSL | 146.2º | 0.72% | 0.81% | - |
| HSV(B) | 146.2º | 0.29% | 0.95% | - |
| XYZ | 58.58 | 75.67 | 66.78 | - |
| YUV | 215.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 201 | 0.29 | 0 | 0.17 | 0.05 | 146.2 | 0.72 | 0.81 |
| Hex | AA | F1 | C9 | 1D | 0 | 11 | 5 | 92 | 48 | 51 |
| Octal | 252 | 361 | 311 | 35 | 0 | 21 | 5 | 222 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11001001 | 11101 | 0 | 10001 | 101 | 10010010 | 1001000 | 1010001 |
Color Harmonies of #AAF1C9
Complementary color
Monochromatic Colors of #AAF1C9
Black with #AAF1C9
Text Example
Text Example
White with #AAF1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1C9; }
p { color: rgb(170,241,201); }
H1.HeaderClassName
{
color: #AAF1C9;
}
.AnyTagClassName
{
color: #AAF1C9;
}
</style>
background-color css
<style>
a { background-color: #AAF1C9; }
a { background-color: rgb(170,241,201); }
div.DivClassName
{
background-color: #AAF1C9;
}
.BgClassName
{
background-color: #AAF1C9;
}
</style>
border-color css
<style>
span { border-color: #AAF1C9; }
span { border-color: rgb(170,241,201); }
td.TdClassName
{
border-color: #AAF1C9;
}
.TagClassName
{
border-color: #AAF1C9;
}
</style>