Shades of Magic Mint #AAF1C5
Tints of Magic Mint #AAF1C5
RGB
CMYK
RGB Variations
Color information
#AAF1C5 (or 0xAAF1C5) is known color: Magic Mint. HEX triplet: AA, F1 and C5. RGB value is (170,241,197). Sum of RGB (Red+Green+Blue) = 170+241+197=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1C5 is #550E3A. Grayscale: #D6D6D6. Windows color (decimal): -5574203 or 12972458. OLE color: 12972458.
HSL color Cylindrical-coordinate representation of color #AAF1C5: hue angle of 142.82º 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 #AAF1C5 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 197 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.05 |
| HSL | 142.82º | 0.72% | 0.81% | - |
| HSV(B) | 142.82º | 0.29% | 0.95% | - |
| XYZ | 58.11 | 75.49 | 64.33 | - |
| YUV | 214.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 197 | 0.29 | 0 | 0.18 | 0.05 | 142.82 | 0.72 | 0.81 |
| Hex | AA | F1 | C5 | 1D | 0 | 12 | 5 | 8F | 48 | 51 |
| Octal | 252 | 361 | 305 | 35 | 0 | 22 | 5 | 217 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11000101 | 11101 | 0 | 10010 | 101 | 10001111 | 1001000 | 1010001 |
Color Harmonies of #AAF1C5
Complementary color
Monochromatic Colors of #AAF1C5
Black with #AAF1C5
Text Example
Text Example
White with #AAF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1C5; }
p { color: rgb(170,241,197); }
H1.HeaderClassName
{
color: #AAF1C5;
}
.AnyTagClassName
{
color: #AAF1C5;
}
</style>
background-color css
<style>
a { background-color: #AAF1C5; }
a { background-color: rgb(170,241,197); }
div.DivClassName
{
background-color: #AAF1C5;
}
.BgClassName
{
background-color: #AAF1C5;
}
</style>
border-color css
<style>
span { border-color: #AAF1C5; }
span { border-color: rgb(170,241,197); }
td.TdClassName
{
border-color: #AAF1C5;
}
.TagClassName
{
border-color: #AAF1C5;
}
</style>