Shades of Magic Mint #AEEAD4
Tints of Magic Mint #AEEAD4
RGB
CMYK
RGB Variations
Color information
#AEEAD4 (or 0xAEEAD4) is known color: Magic Mint. HEX triplet: AE, EA and D4. RGB value is (174,234,212). Sum of RGB (Red+Green+Blue) = 174+234+212=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAD4 is #51152B. Grayscale: #D5D5D5. Windows color (decimal): -5313836 or 13953710. OLE color: 13953710.
HSL color Cylindrical-coordinate representation of color #AEEAD4: hue angle of 158º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAD4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 212 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.08 |
| HSL | 158º | 0.59% | 0.8% | - |
| HSV(B) | 158º | 0.26% | 0.92% | - |
| XYZ | 58.76 | 72.6 | 73.2 | - |
| YUV | 213.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 212 | 0.26 | 0 | 0.09 | 0.08 | 158 | 0.59 | 0.8 |
| Hex | AE | EA | D4 | 1A | 0 | 9 | 8 | 9E | 3B | 50 |
| Octal | 256 | 352 | 324 | 32 | 0 | 11 | 10 | 236 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11010100 | 11010 | 0 | 1001 | 1000 | 10011110 | 111011 | 1010000 |
Color Harmonies of #AEEAD4
Complementary color
Monochromatic Colors of #AEEAD4
Black with #AEEAD4
Text Example
Text Example
White with #AEEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAD4; }
p { color: rgb(174,234,212); }
H1.HeaderClassName
{
color: #AEEAD4;
}
.AnyTagClassName
{
color: #AEEAD4;
}
</style>
background-color css
<style>
a { background-color: #AEEAD4; }
a { background-color: rgb(174,234,212); }
div.DivClassName
{
background-color: #AEEAD4;
}
.BgClassName
{
background-color: #AEEAD4;
}
</style>
border-color css
<style>
span { border-color: #AEEAD4; }
span { border-color: rgb(174,234,212); }
td.TdClassName
{
border-color: #AEEAD4;
}
.TagClassName
{
border-color: #AEEAD4;
}
</style>