Shades of Magic Mint #AEFFDE
Tints of Magic Mint #AEFFDE
RGB
CMYK
RGB Variations
Color information
#AEFFDE (or 0xAEFFDE) is known color: Magic Mint. HEX triplet: AE, FF and DE. RGB value is (174,255,222). Sum of RGB (Red+Green+Blue) = 174+255+222=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDE is #510021. Grayscale: #E3E3E3. Windows color (decimal): -5308450 or 14614446. OLE color: 14614446.
HSL color Cylindrical-coordinate representation of color #AEFFDE: hue angle of 155.56º 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 #AEFFDE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 222 | - |
| CMYK | 0.32 | 0 | 0.13 | 0 |
| HSL | 155.56º | 1% | 0.84% | - |
| HSV(B) | 155.56º | 0.32% | 1% | - |
| XYZ | 66.4 | 85.79 | 82.17 | - |
| YUV | 227.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 222 | 0.32 | 0 | 0.13 | 0 | 155.56 | 1 | 0.84 |
| Hex | AE | FF | DE | 20 | 0 | D | 0 | 9C | 64 | 54 |
| Octal | 256 | 377 | 336 | 40 | 0 | 15 | 0 | 234 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11011110 | 100000 | 0 | 1101 | 0 | 10011100 | 1100100 | 1010100 |
Color Harmonies of #AEFFDE
Complementary color
Monochromatic Colors of #AEFFDE
Black with #AEFFDE
Text Example
Text Example
White with #AEFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFDE; }
p { color: rgb(174,255,222); }
H1.HeaderClassName
{
color: #AEFFDE;
}
.AnyTagClassName
{
color: #AEFFDE;
}
</style>
background-color css
<style>
a { background-color: #AEFFDE; }
a { background-color: rgb(174,255,222); }
div.DivClassName
{
background-color: #AEFFDE;
}
.BgClassName
{
background-color: #AEFFDE;
}
</style>
border-color css
<style>
span { border-color: #AEFFDE; }
span { border-color: rgb(174,255,222); }
td.TdClassName
{
border-color: #AEFFDE;
}
.TagClassName
{
border-color: #AEFFDE;
}
</style>