Shades of Magic Mint #AAFECF
Tints of Magic Mint #AAFECF
RGB
CMYK
RGB Variations
Color information
#AAFECF (or 0xAAFECF) is known color: Magic Mint. HEX triplet: AA, FE and CF. RGB value is (170,254,207). Sum of RGB (Red+Green+Blue) = 170+254+207=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFECF is #550130. Grayscale: #DFDFDF. Windows color (decimal): -5570865 or 13631146. OLE color: 13631146.
HSL color Cylindrical-coordinate representation of color #AAFECF: hue angle of 146.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFECF is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 207 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.00 |
| HSL | 146.43º | 0.98% | 0.83% | - |
| HSV(B) | 146.43º | 0.33% | 1% | - |
| XYZ | 63.28 | 83.93 | 71.9 | - |
| YUV | 223.53 | 118.67 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 207 | 0.33 | 0 | 0.19 | 0.00 | 146.43 | 0.98 | 0.83 |
| Hex | AA | FE | CF | 21 | 0 | 13 | 0 | 92 | 62 | 53 |
| Octal | 252 | 376 | 317 | 41 | 0 | 23 | 0 | 222 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11001111 | 100001 | 0 | 10011 | 0 | 10010010 | 1100010 | 1010011 |
Color Harmonies of #AAFECF
Complementary color
Monochromatic Colors of #AAFECF
Black with #AAFECF
Text Example
Text Example
White with #AAFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFECF; }
p { color: rgb(170,254,207); }
H1.HeaderClassName
{
color: #AAFECF;
}
.AnyTagClassName
{
color: #AAFECF;
}
</style>
background-color css
<style>
a { background-color: #AAFECF; }
a { background-color: rgb(170,254,207); }
div.DivClassName
{
background-color: #AAFECF;
}
.BgClassName
{
background-color: #AAFECF;
}
</style>
border-color css
<style>
span { border-color: #AAFECF; }
span { border-color: rgb(170,254,207); }
td.TdClassName
{
border-color: #AAFECF;
}
.TagClassName
{
border-color: #AAFECF;
}
</style>