Shades of Magic Mint #AAF4C2
Tints of Magic Mint #AAF4C2
RGB
CMYK
RGB Variations
Color information
#AAF4C2 (or 0xAAF4C2) is known color: Magic Mint. HEX triplet: AA, F4 and C2. RGB value is (170,244,194). Sum of RGB (Red+Green+Blue) = 170+244+194=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4C2 is #550B3D. Grayscale: #D8D8D8. Windows color (decimal): -5573438 or 12776618. OLE color: 12776618.
HSL color Cylindrical-coordinate representation of color #AAF4C2: hue angle of 139.46º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4C2 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 194 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.04 |
| HSL | 139.46º | 0.77% | 0.81% | - |
| HSV(B) | 139.46º | 0.3% | 0.96% | - |
| XYZ | 58.67 | 77.14 | 62.84 | - |
| YUV | 216.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 194 | 0.30 | 0 | 0.20 | 0.04 | 139.46 | 0.77 | 0.81 |
| Hex | AA | F4 | C2 | 1E | 0 | 14 | 4 | 8B | 4D | 51 |
| Octal | 252 | 364 | 302 | 36 | 0 | 24 | 4 | 213 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11000010 | 11110 | 0 | 10100 | 100 | 10001011 | 1001101 | 1010001 |
Color Harmonies of #AAF4C2
Complementary color
Monochromatic Colors of #AAF4C2
Black with #AAF4C2
Text Example
Text Example
White with #AAF4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4C2; }
p { color: rgb(170,244,194); }
H1.HeaderClassName
{
color: #AAF4C2;
}
.AnyTagClassName
{
color: #AAF4C2;
}
</style>
background-color css
<style>
a { background-color: #AAF4C2; }
a { background-color: rgb(170,244,194); }
div.DivClassName
{
background-color: #AAF4C2;
}
.BgClassName
{
background-color: #AAF4C2;
}
</style>
border-color css
<style>
span { border-color: #AAF4C2; }
span { border-color: rgb(170,244,194); }
td.TdClassName
{
border-color: #AAF4C2;
}
.TagClassName
{
border-color: #AAF4C2;
}
</style>