Shades of Magic Mint #AAFCD3
Tints of Magic Mint #AAFCD3
RGB
CMYK
RGB Variations
Color information
#AAFCD3 (or 0xAAFCD3) is known color: Magic Mint. HEX triplet: AA, FC and D3. RGB value is (170,252,211). Sum of RGB (Red+Green+Blue) = 170+252+211=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCD3 is #55032C. Grayscale: #DEDEDE. Windows color (decimal): -5571373 or 13892778. OLE color: 13892778.
HSL color Cylindrical-coordinate representation of color #AAFCD3: hue angle of 150º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCD3 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 211 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.01 |
| HSL | 150º | 0.93% | 0.83% | - |
| HSV(B) | 150º | 0.33% | 0.99% | - |
| XYZ | 63.15 | 82.87 | 74.3 | - |
| YUV | 222.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 211 | 0.33 | 0 | 0.16 | 0.01 | 150 | 0.93 | 0.83 |
| Hex | AA | FC | D3 | 21 | 0 | 10 | 1 | 96 | 5D | 53 |
| Octal | 252 | 374 | 323 | 41 | 0 | 20 | 1 | 226 | 135 | 123 |
| Binary | 10101010 | 11111100 | 11010011 | 100001 | 0 | 10000 | 1 | 10010110 | 1011101 | 1010011 |
Color Harmonies of #AAFCD3
Complementary color
Monochromatic Colors of #AAFCD3
Black with #AAFCD3
Text Example
Text Example
White with #AAFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCD3; }
p { color: rgb(170,252,211); }
H1.HeaderClassName
{
color: #AAFCD3;
}
.AnyTagClassName
{
color: #AAFCD3;
}
</style>
background-color css
<style>
a { background-color: #AAFCD3; }
a { background-color: rgb(170,252,211); }
div.DivClassName
{
background-color: #AAFCD3;
}
.BgClassName
{
background-color: #AAFCD3;
}
</style>
border-color css
<style>
span { border-color: #AAFCD3; }
span { border-color: rgb(170,252,211); }
td.TdClassName
{
border-color: #AAFCD3;
}
.TagClassName
{
border-color: #AAFCD3;
}
</style>