Shades of Magic Mint #AAF1CC
Tints of Magic Mint #AAF1CC
RGB
CMYK
RGB Variations
Color information
#AAF1CC (or 0xAAF1CC) is known color: Magic Mint. HEX triplet: AA, F1 and CC. RGB value is (170,241,204). Sum of RGB (Red+Green+Blue) = 170+241+204=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1CC is #550E33. Grayscale: #D7D7D7. Windows color (decimal): -5574196 or 13431210. OLE color: 13431210.
HSL color Cylindrical-coordinate representation of color #AAF1CC: hue angle of 148.73º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1CC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 204 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 148.73º | 0.72% | 0.81% | - |
| HSV(B) | 148.73º | 0.29% | 0.95% | - |
| XYZ | 58.93 | 75.82 | 68.65 | - |
| YUV | 215.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 204 | 0.29 | 0 | 0.15 | 0.05 | 148.73 | 0.72 | 0.81 |
| Hex | AA | F1 | CC | 1D | 0 | F | 5 | 95 | 48 | 51 |
| Octal | 252 | 361 | 314 | 35 | 0 | 17 | 5 | 225 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11001100 | 11101 | 0 | 1111 | 101 | 10010101 | 1001000 | 1010001 |
Color Harmonies of #AAF1CC
Complementary color
Monochromatic Colors of #AAF1CC
Black with #AAF1CC
Text Example
Text Example
White with #AAF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1CC; }
p { color: rgb(170,241,204); }
H1.HeaderClassName
{
color: #AAF1CC;
}
.AnyTagClassName
{
color: #AAF1CC;
}
</style>
background-color css
<style>
a { background-color: #AAF1CC; }
a { background-color: rgb(170,241,204); }
div.DivClassName
{
background-color: #AAF1CC;
}
.BgClassName
{
background-color: #AAF1CC;
}
</style>
border-color css
<style>
span { border-color: #AAF1CC; }
span { border-color: rgb(170,241,204); }
td.TdClassName
{
border-color: #AAF1CC;
}
.TagClassName
{
border-color: #AAF1CC;
}
</style>