Shades of Magic Mint #AAF8CC
Tints of Magic Mint #AAF8CC
RGB
CMYK
RGB Variations
Color information
#AAF8CC (or 0xAAF8CC) is known color: Magic Mint. HEX triplet: AA, F8 and CC. RGB value is (170,248,204). Sum of RGB (Red+Green+Blue) = 170+248+204=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8CC is #550733. Grayscale: #DBDBDB. Windows color (decimal): -5572404 or 13433002. OLE color: 13433002.
HSL color Cylindrical-coordinate representation of color #AAF8CC: hue angle of 146.15º degrees, saturation: 0.85, 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 #AAF8CC is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 204 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.03 |
| HSL | 146.15º | 0.85% | 0.82% | - |
| HSV(B) | 146.15º | 0.31% | 0.97% | - |
| XYZ | 61.04 | 80.04 | 69.36 | - |
| YUV | 219.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 204 | 0.31 | 0 | 0.18 | 0.03 | 146.15 | 0.85 | 0.82 |
| Hex | AA | F8 | CC | 1F | 0 | 12 | 3 | 92 | 55 | 52 |
| Octal | 252 | 370 | 314 | 37 | 0 | 22 | 3 | 222 | 125 | 122 |
| Binary | 10101010 | 11111000 | 11001100 | 11111 | 0 | 10010 | 11 | 10010010 | 1010101 | 1010010 |
Color Harmonies of #AAF8CC
Complementary color
Monochromatic Colors of #AAF8CC
Black with #AAF8CC
Text Example
Text Example
White with #AAF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8CC; }
p { color: rgb(170,248,204); }
H1.HeaderClassName
{
color: #AAF8CC;
}
.AnyTagClassName
{
color: #AAF8CC;
}
</style>
background-color css
<style>
a { background-color: #AAF8CC; }
a { background-color: rgb(170,248,204); }
div.DivClassName
{
background-color: #AAF8CC;
}
.BgClassName
{
background-color: #AAF8CC;
}
</style>
border-color css
<style>
span { border-color: #AAF8CC; }
span { border-color: rgb(170,248,204); }
td.TdClassName
{
border-color: #AAF8CC;
}
.TagClassName
{
border-color: #AAF8CC;
}
</style>