Shades of Magic Mint #AAF9CC
Tints of Magic Mint #AAF9CC
RGB
CMYK
RGB Variations
Color information
#AAF9CC (or 0xAAF9CC) is known color: Magic Mint. HEX triplet: AA, F9 and CC. RGB value is (170,249,204). Sum of RGB (Red+Green+Blue) = 170+249+204=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9CC is #550633. Grayscale: #DCDCDC. Windows color (decimal): -5572148 or 13433258. OLE color: 13433258.
HSL color Cylindrical-coordinate representation of color #AAF9CC: hue angle of 145.82º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9CC is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 204 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.02 |
| HSL | 145.82º | 0.87% | 0.82% | - |
| HSV(B) | 145.82º | 0.32% | 0.98% | - |
| XYZ | 61.35 | 80.66 | 69.46 | - |
| YUV | 220.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 204 | 0.32 | 0 | 0.18 | 0.02 | 145.82 | 0.87 | 0.82 |
| Hex | AA | F9 | CC | 20 | 0 | 12 | 2 | 92 | 57 | 52 |
| Octal | 252 | 371 | 314 | 40 | 0 | 22 | 2 | 222 | 127 | 122 |
| Binary | 10101010 | 11111001 | 11001100 | 100000 | 0 | 10010 | 10 | 10010010 | 1010111 | 1010010 |
Color Harmonies of #AAF9CC
Complementary color
Monochromatic Colors of #AAF9CC
Black with #AAF9CC
Text Example
Text Example
White with #AAF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9CC; }
p { color: rgb(170,249,204); }
H1.HeaderClassName
{
color: #AAF9CC;
}
.AnyTagClassName
{
color: #AAF9CC;
}
</style>
background-color css
<style>
a { background-color: #AAF9CC; }
a { background-color: rgb(170,249,204); }
div.DivClassName
{
background-color: #AAF9CC;
}
.BgClassName
{
background-color: #AAF9CC;
}
</style>
border-color css
<style>
span { border-color: #AAF9CC; }
span { border-color: rgb(170,249,204); }
td.TdClassName
{
border-color: #AAF9CC;
}
.TagClassName
{
border-color: #AAF9CC;
}
</style>