Shades of Magic Mint #AEFFDD
Tints of Magic Mint #AEFFDD
RGB
CMYK
RGB Variations
Color information
#AEFFDD (or 0xAEFFDD) is known color: Magic Mint. HEX triplet: AE, FF and DD. RGB value is (174,255,221). Sum of RGB (Red+Green+Blue) = 174+255+221=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDD is #510022. Grayscale: #E2E2E2. Windows color (decimal): -5308451 or 14548910. OLE color: 14548910.
HSL color Cylindrical-coordinate representation of color #AEFFDD: hue angle of 154.81º 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 #AEFFDD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 221 | - |
| CMYK | 0.32 | 0 | 0.13 | 0 |
| HSL | 154.81º | 1% | 0.84% | - |
| HSV(B) | 154.81º | 0.32% | 1% | - |
| XYZ | 66.27 | 85.74 | 81.46 | - |
| YUV | 226.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 221 | 0.32 | 0 | 0.13 | 0 | 154.81 | 1 | 0.84 |
| Hex | AE | FF | DD | 20 | 0 | D | 0 | 9B | 64 | 54 |
| Octal | 256 | 377 | 335 | 40 | 0 | 15 | 0 | 233 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11011101 | 100000 | 0 | 1101 | 0 | 10011011 | 1100100 | 1010100 |
Color Harmonies of #AEFFDD
Complementary color
Monochromatic Colors of #AEFFDD
Black with #AEFFDD
Text Example
Text Example
White with #AEFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFDD; }
p { color: rgb(174,255,221); }
H1.HeaderClassName
{
color: #AEFFDD;
}
.AnyTagClassName
{
color: #AEFFDD;
}
</style>
background-color css
<style>
a { background-color: #AEFFDD; }
a { background-color: rgb(174,255,221); }
div.DivClassName
{
background-color: #AEFFDD;
}
.BgClassName
{
background-color: #AEFFDD;
}
</style>
border-color css
<style>
span { border-color: #AEFFDD; }
span { border-color: rgb(174,255,221); }
td.TdClassName
{
border-color: #AEFFDD;
}
.TagClassName
{
border-color: #AEFFDD;
}
</style>