Shades of Magic Mint #AAFDD4
Tints of Magic Mint #AAFDD4
RGB
CMYK
RGB Variations
Color information
#AAFDD4 (or 0xAAFDD4) is known color: Magic Mint. HEX triplet: AA, FD and D4. RGB value is (170,253,212). Sum of RGB (Red+Green+Blue) = 170+253+212=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDD4 is #55022B. Grayscale: #DFDFDF. Windows color (decimal): -5571116 or 13958570. OLE color: 13958570.
HSL color Cylindrical-coordinate representation of color #AAFDD4: hue angle of 150.36º 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 #AAFDD4 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 212 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.01 |
| HSL | 150.36º | 0.95% | 0.83% | - |
| HSV(B) | 150.36º | 0.33% | 0.99% | - |
| XYZ | 63.59 | 83.55 | 75.06 | - |
| YUV | 223.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 212 | 0.33 | 0 | 0.16 | 0.01 | 150.36 | 0.95 | 0.83 |
| Hex | AA | FD | D4 | 21 | 0 | 10 | 1 | 96 | 5F | 53 |
| Octal | 252 | 375 | 324 | 41 | 0 | 20 | 1 | 226 | 137 | 123 |
| Binary | 10101010 | 11111101 | 11010100 | 100001 | 0 | 10000 | 1 | 10010110 | 1011111 | 1010011 |
Color Harmonies of #AAFDD4
Complementary color
Monochromatic Colors of #AAFDD4
Black with #AAFDD4
Text Example
Text Example
White with #AAFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDD4; }
p { color: rgb(170,253,212); }
H1.HeaderClassName
{
color: #AAFDD4;
}
.AnyTagClassName
{
color: #AAFDD4;
}
</style>
background-color css
<style>
a { background-color: #AAFDD4; }
a { background-color: rgb(170,253,212); }
div.DivClassName
{
background-color: #AAFDD4;
}
.BgClassName
{
background-color: #AAFDD4;
}
</style>
border-color css
<style>
span { border-color: #AAFDD4; }
span { border-color: rgb(170,253,212); }
td.TdClassName
{
border-color: #AAFDD4;
}
.TagClassName
{
border-color: #AAFDD4;
}
</style>