Shades of Magic Mint #AAF6CA
Tints of Magic Mint #AAF6CA
RGB
CMYK
RGB Variations
Color information
#AAF6CA (or 0xAAF6CA) is known color: Magic Mint. HEX triplet: AA, F6 and CA. RGB value is (170,246,202). Sum of RGB (Red+Green+Blue) = 170+246+202=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6CA is #550935. Grayscale: #DADADA. Windows color (decimal): -5572918 or 13301418. OLE color: 13301418.
HSL color Cylindrical-coordinate representation of color #AAF6CA: hue angle of 145.26º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6CA is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 202 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.04 |
| HSL | 145.26º | 0.81% | 0.82% | - |
| HSV(B) | 145.26º | 0.31% | 0.96% | - |
| XYZ | 60.19 | 78.72 | 67.9 | - |
| YUV | 218.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 202 | 0.31 | 0 | 0.18 | 0.04 | 145.26 | 0.81 | 0.82 |
| Hex | AA | F6 | CA | 1F | 0 | 12 | 4 | 91 | 51 | 52 |
| Octal | 252 | 366 | 312 | 37 | 0 | 22 | 4 | 221 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11001010 | 11111 | 0 | 10010 | 100 | 10010001 | 1010001 | 1010010 |
Color Harmonies of #AAF6CA
Complementary color
Monochromatic Colors of #AAF6CA
Black with #AAF6CA
Text Example
Text Example
White with #AAF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6CA; }
p { color: rgb(170,246,202); }
H1.HeaderClassName
{
color: #AAF6CA;
}
.AnyTagClassName
{
color: #AAF6CA;
}
</style>
background-color css
<style>
a { background-color: #AAF6CA; }
a { background-color: rgb(170,246,202); }
div.DivClassName
{
background-color: #AAF6CA;
}
.BgClassName
{
background-color: #AAF6CA;
}
</style>
border-color css
<style>
span { border-color: #AAF6CA; }
span { border-color: rgb(170,246,202); }
td.TdClassName
{
border-color: #AAF6CA;
}
.TagClassName
{
border-color: #AAF6CA;
}
</style>