Shades of Magic Mint #AAF2C3
Tints of Magic Mint #AAF2C3
RGB
CMYK
RGB Variations
Color information
#AAF2C3 (or 0xAAF2C3) is known color: Magic Mint. HEX triplet: AA, F2 and C3. RGB value is (170,242,195). Sum of RGB (Red+Green+Blue) = 170+242+195=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2C3 is #550D3C. Grayscale: #D7D7D7. Windows color (decimal): -5573949 or 12841642. OLE color: 12841642.
HSL color Cylindrical-coordinate representation of color #AAF2C3: hue angle of 140.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2C3 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 195 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.05 |
| HSL | 140.83º | 0.73% | 0.81% | - |
| HSV(B) | 140.83º | 0.3% | 0.95% | - |
| XYZ | 58.18 | 75.99 | 63.23 | - |
| YUV | 215.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 195 | 0.30 | 0 | 0.19 | 0.05 | 140.83 | 0.73 | 0.81 |
| Hex | AA | F2 | C3 | 1E | 0 | 13 | 5 | 8D | 49 | 51 |
| Octal | 252 | 362 | 303 | 36 | 0 | 23 | 5 | 215 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11000011 | 11110 | 0 | 10011 | 101 | 10001101 | 1001001 | 1010001 |
Color Harmonies of #AAF2C3
Complementary color
Monochromatic Colors of #AAF2C3
Black with #AAF2C3
Text Example
Text Example
White with #AAF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2C3; }
p { color: rgb(170,242,195); }
H1.HeaderClassName
{
color: #AAF2C3;
}
.AnyTagClassName
{
color: #AAF2C3;
}
</style>
background-color css
<style>
a { background-color: #AAF2C3; }
a { background-color: rgb(170,242,195); }
div.DivClassName
{
background-color: #AAF2C3;
}
.BgClassName
{
background-color: #AAF2C3;
}
</style>
border-color css
<style>
span { border-color: #AAF2C3; }
span { border-color: rgb(170,242,195); }
td.TdClassName
{
border-color: #AAF2C3;
}
.TagClassName
{
border-color: #AAF2C3;
}
</style>