Shades of Magic Mint #AAFCD6
Tints of Magic Mint #AAFCD6
RGB
CMYK
RGB Variations
Color information
#AAFCD6 (or 0xAAFCD6) is known color: Magic Mint. HEX triplet: AA, FC and D6. RGB value is (170,252,214). Sum of RGB (Red+Green+Blue) = 170+252+214=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCD6 is #550329. Grayscale: #DFDFDF. Windows color (decimal): -5571370 or 14089386. OLE color: 14089386.
HSL color Cylindrical-coordinate representation of color #AAFCD6: hue angle of 152.2º 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 #AAFCD6 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 214 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.01 |
| HSL | 152.2º | 0.93% | 0.83% | - |
| HSV(B) | 152.2º | 0.33% | 0.99% | - |
| XYZ | 63.53 | 83.02 | 76.3 | - |
| YUV | 223.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 214 | 0.33 | 0 | 0.15 | 0.01 | 152.2 | 0.93 | 0.83 |
| Hex | AA | FC | D6 | 21 | 0 | F | 1 | 98 | 5D | 53 |
| Octal | 252 | 374 | 326 | 41 | 0 | 17 | 1 | 230 | 135 | 123 |
| Binary | 10101010 | 11111100 | 11010110 | 100001 | 0 | 1111 | 1 | 10011000 | 1011101 | 1010011 |
Color Harmonies of #AAFCD6
Complementary color
Monochromatic Colors of #AAFCD6
Black with #AAFCD6
Text Example
Text Example
White with #AAFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCD6; }
p { color: rgb(170,252,214); }
H1.HeaderClassName
{
color: #AAFCD6;
}
.AnyTagClassName
{
color: #AAFCD6;
}
</style>
background-color css
<style>
a { background-color: #AAFCD6; }
a { background-color: rgb(170,252,214); }
div.DivClassName
{
background-color: #AAFCD6;
}
.BgClassName
{
background-color: #AAFCD6;
}
</style>
border-color css
<style>
span { border-color: #AAFCD6; }
span { border-color: rgb(170,252,214); }
td.TdClassName
{
border-color: #AAFCD6;
}
.TagClassName
{
border-color: #AAFCD6;
}
</style>