Shades of Magic Mint #AEFFD2
Tints of Magic Mint #AEFFD2
RGB
CMYK
RGB Variations
Color information
#AEFFD2 (or 0xAEFFD2) is known color: Magic Mint. HEX triplet: AE, FF and D2. RGB value is (174,255,210). Sum of RGB (Red+Green+Blue) = 174+255+210=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFD2 is #51002D. Grayscale: #E1E1E1. Windows color (decimal): -5308462 or 13828014. OLE color: 13828014.
HSL color Cylindrical-coordinate representation of color #AEFFD2: hue angle of 146.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFD2 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 210 | - |
| CMYK | 0.32 | 0 | 0.18 | 0 |
| HSL | 146.67º | 1% | 0.84% | - |
| HSV(B) | 146.67º | 0.32% | 1% | - |
| XYZ | 64.85 | 85.17 | 73.99 | - |
| YUV | 225.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 210 | 0.32 | 0 | 0.18 | 0 | 146.67 | 1 | 0.84 |
| Hex | AE | FF | D2 | 20 | 0 | 12 | 0 | 93 | 64 | 54 |
| Octal | 256 | 377 | 322 | 40 | 0 | 22 | 0 | 223 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11010010 | 100000 | 0 | 10010 | 0 | 10010011 | 1100100 | 1010100 |
Color Harmonies of #AEFFD2
Complementary color
Monochromatic Colors of #AEFFD2
Black with #AEFFD2
Text Example
Text Example
White with #AEFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFD2; }
p { color: rgb(174,255,210); }
H1.HeaderClassName
{
color: #AEFFD2;
}
.AnyTagClassName
{
color: #AEFFD2;
}
</style>
background-color css
<style>
a { background-color: #AEFFD2; }
a { background-color: rgb(174,255,210); }
div.DivClassName
{
background-color: #AEFFD2;
}
.BgClassName
{
background-color: #AEFFD2;
}
</style>
border-color css
<style>
span { border-color: #AEFFD2; }
span { border-color: rgb(174,255,210); }
td.TdClassName
{
border-color: #AEFFD2;
}
.TagClassName
{
border-color: #AEFFD2;
}
</style>