Shades of Magic Mint #AAFCD2
Tints of Magic Mint #AAFCD2
RGB
CMYK
RGB Variations
Color information
#AAFCD2 (or 0xAAFCD2) is known color: Magic Mint. HEX triplet: AA, FC and D2. RGB value is (170,252,210). Sum of RGB (Red+Green+Blue) = 170+252+210=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCD2 is #55032D. Grayscale: #DEDEDE. Windows color (decimal): -5571374 or 13827242. OLE color: 13827242.
HSL color Cylindrical-coordinate representation of color #AAFCD2: hue angle of 149.27º 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 #AAFCD2 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 210 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.01 |
| HSL | 149.27º | 0.93% | 0.83% | - |
| HSV(B) | 149.27º | 0.33% | 0.99% | - |
| XYZ | 63.02 | 82.82 | 73.64 | - |
| YUV | 222.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 210 | 0.33 | 0 | 0.17 | 0.01 | 149.27 | 0.93 | 0.83 |
| Hex | AA | FC | D2 | 21 | 0 | 11 | 1 | 95 | 5D | 53 |
| Octal | 252 | 374 | 322 | 41 | 0 | 21 | 1 | 225 | 135 | 123 |
| Binary | 10101010 | 11111100 | 11010010 | 100001 | 0 | 10001 | 1 | 10010101 | 1011101 | 1010011 |
Color Harmonies of #AAFCD2
Complementary color
Monochromatic Colors of #AAFCD2
Black with #AAFCD2
Text Example
Text Example
White with #AAFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCD2; }
p { color: rgb(170,252,210); }
H1.HeaderClassName
{
color: #AAFCD2;
}
.AnyTagClassName
{
color: #AAFCD2;
}
</style>
background-color css
<style>
a { background-color: #AAFCD2; }
a { background-color: rgb(170,252,210); }
div.DivClassName
{
background-color: #AAFCD2;
}
.BgClassName
{
background-color: #AAFCD2;
}
</style>
border-color css
<style>
span { border-color: #AAFCD2; }
span { border-color: rgb(170,252,210); }
td.TdClassName
{
border-color: #AAFCD2;
}
.TagClassName
{
border-color: #AAFCD2;
}
</style>