Shades of Magic Mint #AAF7CC
Tints of Magic Mint #AAF7CC
RGB
CMYK
RGB Variations
Color information
#AAF7CC (or 0xAAF7CC) is known color: Magic Mint. HEX triplet: AA, F7 and CC. RGB value is (170,247,204). Sum of RGB (Red+Green+Blue) = 170+247+204=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7CC is #550833. Grayscale: #DBDBDB. Windows color (decimal): -5572660 or 13432746. OLE color: 13432746.
HSL color Cylindrical-coordinate representation of color #AAF7CC: hue angle of 146.49º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7CC is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 204 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.03 |
| HSL | 146.49º | 0.83% | 0.82% | - |
| HSV(B) | 146.49º | 0.31% | 0.97% | - |
| XYZ | 60.74 | 79.43 | 69.26 | - |
| YUV | 219.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 204 | 0.31 | 0 | 0.17 | 0.03 | 146.49 | 0.83 | 0.82 |
| Hex | AA | F7 | CC | 1F | 0 | 11 | 3 | 92 | 53 | 52 |
| Octal | 252 | 367 | 314 | 37 | 0 | 21 | 3 | 222 | 123 | 122 |
| Binary | 10101010 | 11110111 | 11001100 | 11111 | 0 | 10001 | 11 | 10010010 | 1010011 | 1010010 |
Color Harmonies of #AAF7CC
Complementary color
Monochromatic Colors of #AAF7CC
Black with #AAF7CC
Text Example
Text Example
White with #AAF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7CC; }
p { color: rgb(170,247,204); }
H1.HeaderClassName
{
color: #AAF7CC;
}
.AnyTagClassName
{
color: #AAF7CC;
}
</style>
background-color css
<style>
a { background-color: #AAF7CC; }
a { background-color: rgb(170,247,204); }
div.DivClassName
{
background-color: #AAF7CC;
}
.BgClassName
{
background-color: #AAF7CC;
}
</style>
border-color css
<style>
span { border-color: #AAF7CC; }
span { border-color: rgb(170,247,204); }
td.TdClassName
{
border-color: #AAF7CC;
}
.TagClassName
{
border-color: #AAF7CC;
}
</style>