Shades of Magic Mint #AEFFE0
Tints of Magic Mint #AEFFE0
RGB
CMYK
RGB Variations
Color information
#AEFFE0 (or 0xAEFFE0) is known color: Magic Mint. HEX triplet: AE, FF and E0. RGB value is (174,255,224). Sum of RGB (Red+Green+Blue) = 174+255+224=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFE0 is #51001F. Grayscale: #E3E3E3. Windows color (decimal): -5308448 or 14745518. OLE color: 14745518.
HSL color Cylindrical-coordinate representation of color #AEFFE0: hue angle of 157.04º 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 #AEFFE0 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 224 | - |
| CMYK | 0.32 | 0 | 0.12 | 0 |
| HSL | 157.04º | 1% | 0.84% | - |
| HSV(B) | 157.04º | 0.32% | 1% | - |
| XYZ | 66.67 | 85.9 | 83.59 | - |
| YUV | 227.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 224 | 0.32 | 0 | 0.12 | 0 | 157.04 | 1 | 0.84 |
| Hex | AE | FF | E0 | 20 | 0 | C | 0 | 9D | 64 | 54 |
| Octal | 256 | 377 | 340 | 40 | 0 | 14 | 0 | 235 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11100000 | 100000 | 0 | 1100 | 0 | 10011101 | 1100100 | 1010100 |
Color Harmonies of #AEFFE0
Complementary color
Monochromatic Colors of #AEFFE0
Black with #AEFFE0
Text Example
Text Example
White with #AEFFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFE0; }
p { color: rgb(174,255,224); }
H1.HeaderClassName
{
color: #AEFFE0;
}
.AnyTagClassName
{
color: #AEFFE0;
}
</style>
background-color css
<style>
a { background-color: #AEFFE0; }
a { background-color: rgb(174,255,224); }
div.DivClassName
{
background-color: #AEFFE0;
}
.BgClassName
{
background-color: #AEFFE0;
}
</style>
border-color css
<style>
span { border-color: #AEFFE0; }
span { border-color: rgb(174,255,224); }
td.TdClassName
{
border-color: #AEFFE0;
}
.TagClassName
{
border-color: #AEFFE0;
}
</style>