Shades of Magic Mint #AAFDC2
Tints of Magic Mint #AAFDC2
RGB
CMYK
RGB Variations
Color information
#AAFDC2 (or 0xAAFDC2) is known color: Magic Mint. HEX triplet: AA, FD and C2. RGB value is (170,253,194). Sum of RGB (Red+Green+Blue) = 170+253+194=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDC2 is #55023D. Grayscale: #DDDDDD. Windows color (decimal): -5571134 or 12778922. OLE color: 12778922.
HSL color Cylindrical-coordinate representation of color #AAFDC2: hue angle of 137.35º degrees, saturation: 0.95, 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 #AAFDC2 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 194 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.01 |
| HSL | 137.35º | 0.95% | 0.83% | - |
| HSV(B) | 137.35º | 0.33% | 0.99% | - |
| XYZ | 61.44 | 82.69 | 63.76 | - |
| YUV | 221.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 194 | 0.33 | 0 | 0.23 | 0.01 | 137.35 | 0.95 | 0.83 |
| Hex | AA | FD | C2 | 21 | 0 | 17 | 1 | 89 | 5F | 53 |
| Octal | 252 | 375 | 302 | 41 | 0 | 27 | 1 | 211 | 137 | 123 |
| Binary | 10101010 | 11111101 | 11000010 | 100001 | 0 | 10111 | 1 | 10001001 | 1011111 | 1010011 |
Color Harmonies of #AAFDC2
Complementary color
Monochromatic Colors of #AAFDC2
Black with #AAFDC2
Text Example
Text Example
White with #AAFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDC2; }
p { color: rgb(170,253,194); }
H1.HeaderClassName
{
color: #AAFDC2;
}
.AnyTagClassName
{
color: #AAFDC2;
}
</style>
background-color css
<style>
a { background-color: #AAFDC2; }
a { background-color: rgb(170,253,194); }
div.DivClassName
{
background-color: #AAFDC2;
}
.BgClassName
{
background-color: #AAFDC2;
}
</style>
border-color css
<style>
span { border-color: #AAFDC2; }
span { border-color: rgb(170,253,194); }
td.TdClassName
{
border-color: #AAFDC2;
}
.TagClassName
{
border-color: #AAFDC2;
}
</style>