Shades of Magic Mint #AEFFD6
Tints of Magic Mint #AEFFD6
RGB
CMYK
RGB Variations
Color information
#AEFFD6 (or 0xAEFFD6) is known color: Magic Mint. HEX triplet: AE, FF and D6. RGB value is (174,255,214). Sum of RGB (Red+Green+Blue) = 174+255+214=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFD6 is #510029. Grayscale: #E2E2E2. Windows color (decimal): -5308458 or 14090158. OLE color: 14090158.
HSL color Cylindrical-coordinate representation of color #AEFFD6: hue angle of 149.63º 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 #AEFFD6 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 214 | - |
| CMYK | 0.32 | 0 | 0.16 | 0 |
| HSL | 149.63º | 1% | 0.84% | - |
| HSV(B) | 149.63º | 0.32% | 1% | - |
| XYZ | 65.35 | 85.37 | 76.65 | - |
| YUV | 226.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 214 | 0.32 | 0 | 0.16 | 0 | 149.63 | 1 | 0.84 |
| Hex | AE | FF | D6 | 20 | 0 | 10 | 0 | 96 | 64 | 54 |
| Octal | 256 | 377 | 326 | 40 | 0 | 20 | 0 | 226 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11010110 | 100000 | 0 | 10000 | 0 | 10010110 | 1100100 | 1010100 |
Color Harmonies of #AEFFD6
Complementary color
Monochromatic Colors of #AEFFD6
Black with #AEFFD6
Text Example
Text Example
White with #AEFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFD6; }
p { color: rgb(174,255,214); }
H1.HeaderClassName
{
color: #AEFFD6;
}
.AnyTagClassName
{
color: #AEFFD6;
}
</style>
background-color css
<style>
a { background-color: #AEFFD6; }
a { background-color: rgb(174,255,214); }
div.DivClassName
{
background-color: #AEFFD6;
}
.BgClassName
{
background-color: #AEFFD6;
}
</style>
border-color css
<style>
span { border-color: #AEFFD6; }
span { border-color: rgb(174,255,214); }
td.TdClassName
{
border-color: #AEFFD6;
}
.TagClassName
{
border-color: #AEFFD6;
}
</style>