Shades of Magic Mint #AAFDDF
Tints of Magic Mint #AAFDDF
RGB
CMYK
RGB Variations
Color information
#AAFDDF (or 0xAAFDDF) is known color: Magic Mint. HEX triplet: AA, FD and DF. RGB value is (170,253,223). Sum of RGB (Red+Green+Blue) = 170+253+223=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDDF is #550220. Grayscale: #E0E0E0. Windows color (decimal): -5571105 or 14679466. OLE color: 14679466.
HSL color Cylindrical-coordinate representation of color #AAFDDF: hue angle of 158.31º 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 #AAFDDF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 223 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.01 |
| HSL | 158.31º | 0.95% | 0.83% | - |
| HSV(B) | 158.31º | 0.33% | 0.99% | - |
| XYZ | 65.02 | 84.12 | 82.62 | - |
| YUV | 224.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 223 | 0.33 | 0 | 0.12 | 0.01 | 158.31 | 0.95 | 0.83 |
| Hex | AA | FD | DF | 21 | 0 | C | 1 | 9E | 5F | 53 |
| Octal | 252 | 375 | 337 | 41 | 0 | 14 | 1 | 236 | 137 | 123 |
| Binary | 10101010 | 11111101 | 11011111 | 100001 | 0 | 1100 | 1 | 10011110 | 1011111 | 1010011 |
Color Harmonies of #AAFDDF
Complementary color
Monochromatic Colors of #AAFDDF
Black with #AAFDDF
Text Example
Text Example
White with #AAFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDDF; }
p { color: rgb(170,253,223); }
H1.HeaderClassName
{
color: #AAFDDF;
}
.AnyTagClassName
{
color: #AAFDDF;
}
</style>
background-color css
<style>
a { background-color: #AAFDDF; }
a { background-color: rgb(170,253,223); }
div.DivClassName
{
background-color: #AAFDDF;
}
.BgClassName
{
background-color: #AAFDDF;
}
</style>
border-color css
<style>
span { border-color: #AAFDDF; }
span { border-color: rgb(170,253,223); }
td.TdClassName
{
border-color: #AAFDDF;
}
.TagClassName
{
border-color: #AAFDDF;
}
</style>