Shades of Magic Mint #AAF0CC
Tints of Magic Mint #AAF0CC
RGB
CMYK
RGB Variations
Color information
#AAF0CC (or 0xAAF0CC) is known color: Magic Mint. HEX triplet: AA, F0 and CC. RGB value is (170,240,204). Sum of RGB (Red+Green+Blue) = 170+240+204=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0CC is #550F33. Grayscale: #D7D7D7. Windows color (decimal): -5574452 or 13430954. OLE color: 13430954.
HSL color Cylindrical-coordinate representation of color #AAF0CC: hue angle of 149.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0CC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 204 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.06 |
| HSL | 149.14º | 0.7% | 0.8% | - |
| HSV(B) | 149.14º | 0.29% | 0.94% | - |
| XYZ | 58.64 | 75.23 | 68.56 | - |
| YUV | 214.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 204 | 0.29 | 0 | 0.15 | 0.06 | 149.14 | 0.7 | 0.8 |
| Hex | AA | F0 | CC | 1D | 0 | F | 6 | 95 | 46 | 50 |
| Octal | 252 | 360 | 314 | 35 | 0 | 17 | 6 | 225 | 106 | 120 |
| Binary | 10101010 | 11110000 | 11001100 | 11101 | 0 | 1111 | 110 | 10010101 | 1000110 | 1010000 |
Color Harmonies of #AAF0CC
Complementary color
Monochromatic Colors of #AAF0CC
Black with #AAF0CC
Text Example
Text Example
White with #AAF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0CC; }
p { color: rgb(170,240,204); }
H1.HeaderClassName
{
color: #AAF0CC;
}
.AnyTagClassName
{
color: #AAF0CC;
}
</style>
background-color css
<style>
a { background-color: #AAF0CC; }
a { background-color: rgb(170,240,204); }
div.DivClassName
{
background-color: #AAF0CC;
}
.BgClassName
{
background-color: #AAF0CC;
}
</style>
border-color css
<style>
span { border-color: #AAF0CC; }
span { border-color: rgb(170,240,204); }
td.TdClassName
{
border-color: #AAF0CC;
}
.TagClassName
{
border-color: #AAF0CC;
}
</style>