Shades of Magic Mint #AAF8CF
Tints of Magic Mint #AAF8CF
RGB
CMYK
RGB Variations
Color information
#AAF8CF (or 0xAAF8CF) is known color: Magic Mint. HEX triplet: AA, F8 and CF. RGB value is (170,248,207). Sum of RGB (Red+Green+Blue) = 170+248+207=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8CF is #550730. Grayscale: #DCDCDC. Windows color (decimal): -5572401 or 13629610. OLE color: 13629610.
HSL color Cylindrical-coordinate representation of color #AAF8CF: hue angle of 148.46º 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 #AAF8CF is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 207 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.03 |
| HSL | 148.46º | 0.85% | 0.82% | - |
| HSV(B) | 148.46º | 0.31% | 0.97% | - |
| XYZ | 61.41 | 80.19 | 71.27 | - |
| YUV | 220 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 207 | 0.31 | 0 | 0.17 | 0.03 | 148.46 | 0.85 | 0.82 |
| Hex | AA | F8 | CF | 1F | 0 | 11 | 3 | 94 | 55 | 52 |
| Octal | 252 | 370 | 317 | 37 | 0 | 21 | 3 | 224 | 125 | 122 |
| Binary | 10101010 | 11111000 | 11001111 | 11111 | 0 | 10001 | 11 | 10010100 | 1010101 | 1010010 |
Color Harmonies of #AAF8CF
Complementary color
Monochromatic Colors of #AAF8CF
Black with #AAF8CF
Text Example
Text Example
White with #AAF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8CF; }
p { color: rgb(170,248,207); }
H1.HeaderClassName
{
color: #AAF8CF;
}
.AnyTagClassName
{
color: #AAF8CF;
}
</style>
background-color css
<style>
a { background-color: #AAF8CF; }
a { background-color: rgb(170,248,207); }
div.DivClassName
{
background-color: #AAF8CF;
}
.BgClassName
{
background-color: #AAF8CF;
}
</style>
border-color css
<style>
span { border-color: #AAF8CF; }
span { border-color: rgb(170,248,207); }
td.TdClassName
{
border-color: #AAF8CF;
}
.TagClassName
{
border-color: #AAF8CF;
}
</style>