Shades of Magic Mint #AAFDDC
Tints of Magic Mint #AAFDDC
RGB
CMYK
RGB Variations
Color information
#AAFDDC (or 0xAAFDDC) is known color: Magic Mint. HEX triplet: AA, FD and DC. RGB value is (170,253,220). Sum of RGB (Red+Green+Blue) = 170+253+220=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDDC is #550223. Grayscale: #E0E0E0. Windows color (decimal): -5571108 or 14482858. OLE color: 14482858.
HSL color Cylindrical-coordinate representation of color #AAFDDC: hue angle of 156.14º 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 #AAFDDC is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 253 | 220 | - |
CMYK | 0.33 | 0 | 0.13 | 0.01 |
HSL | 156.14º | 0.95% | 0.83% | - |
HSV(B) | 156.14º | 0.33% | 0.99% | - |
XYZ | 64.62 | 83.96 | 80.51 | - |
YUV | 224.42 | 125.5 | 89.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 253 | 220 | 0.33 | 0 | 0.13 | 0.01 | 156.14 | 0.95 | 0.83 |
Hex | AA | FD | DC | 21 | 0 | D | 1 | 9C | 5F | 53 |
Octal | 252 | 375 | 334 | 41 | 0 | 15 | 1 | 234 | 137 | 123 |
Binary | 10101010 | 11111101 | 11011100 | 100001 | 0 | 1101 | 1 | 10011100 | 1011111 | 1010011 |
Color Harmonies of #AAFDDC
Complementary color
Monochromatic Colors of #AAFDDC
Black with #AAFDDC
Text Example
Text Example
White with #AAFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDDC; }
p { color: rgb(170,253,220); }
H1.HeaderClassName
{
color: #AAFDDC;
}
.AnyTagClassName
{
color: #AAFDDC;
}
</style>
background-color css
<style>
a { background-color: #AAFDDC; }
a { background-color: rgb(170,253,220); }
div.DivClassName
{
background-color: #AAFDDC;
}
.BgClassName
{
background-color: #AAFDDC;
}
</style>
border-color css
<style>
span { border-color: #AAFDDC; }
span { border-color: rgb(170,253,220); }
td.TdClassName
{
border-color: #AAFDDC;
}
.TagClassName
{
border-color: #AAFDDC;
}
</style>