Shades of Magic Mint #AEFCDD
Tints of Magic Mint #AEFCDD
RGB
CMYK
RGB Variations
Color information
#AEFCDD (or 0xAEFCDD) is known color: Magic Mint. HEX triplet: AE, FC and DD. RGB value is (174,252,221). Sum of RGB (Red+Green+Blue) = 174+252+221=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCDD is #510322. Grayscale: #E1E1E1. Windows color (decimal): -5309219 or 14548142. OLE color: 14548142.
HSL color Cylindrical-coordinate representation of color #AEFCDD: hue angle of 156.15º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFCDD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 221 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.01 |
| HSL | 156.15º | 0.93% | 0.84% | - |
| HSV(B) | 156.15º | 0.31% | 0.99% | - |
| XYZ | 65.32 | 83.84 | 81.15 | - |
| YUV | 225.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 221 | 0.31 | 0 | 0.12 | 0.01 | 156.15 | 0.93 | 0.84 |
| Hex | AE | FC | DD | 1F | 0 | C | 1 | 9C | 5D | 54 |
| Octal | 256 | 374 | 335 | 37 | 0 | 14 | 1 | 234 | 135 | 124 |
| Binary | 10101110 | 11111100 | 11011101 | 11111 | 0 | 1100 | 1 | 10011100 | 1011101 | 1010100 |
Color Harmonies of #AEFCDD
Complementary color
Monochromatic Colors of #AEFCDD
Black with #AEFCDD
Text Example
Text Example
White with #AEFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFCDD; }
p { color: rgb(174,252,221); }
H1.HeaderClassName
{
color: #AEFCDD;
}
.AnyTagClassName
{
color: #AEFCDD;
}
</style>
background-color css
<style>
a { background-color: #AEFCDD; }
a { background-color: rgb(174,252,221); }
div.DivClassName
{
background-color: #AEFCDD;
}
.BgClassName
{
background-color: #AEFCDD;
}
</style>
border-color css
<style>
span { border-color: #AEFCDD; }
span { border-color: rgb(174,252,221); }
td.TdClassName
{
border-color: #AEFCDD;
}
.TagClassName
{
border-color: #AEFCDD;
}
</style>