Shades of Magic Mint #AEEAD2
Tints of Magic Mint #AEEAD2
RGB
CMYK
RGB Variations
Color information
#AEEAD2 (or 0xAEEAD2) is known color: Magic Mint. HEX triplet: AE, EA and D2. RGB value is (174,234,210). Sum of RGB (Red+Green+Blue) = 174+234+210=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAD2 is #51152D. Grayscale: #D5D5D5. Windows color (decimal): -5313838 or 13822638. OLE color: 13822638.
HSL color Cylindrical-coordinate representation of color #AEEAD2: hue angle of 156º 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 #AEEAD2 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 210 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.08 |
| HSL | 156º | 0.59% | 0.8% | - |
| HSV(B) | 156º | 0.26% | 0.92% | - |
| XYZ | 58.51 | 72.5 | 71.88 | - |
| YUV | 213.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 210 | 0.26 | 0 | 0.10 | 0.08 | 156 | 0.59 | 0.8 |
| Hex | AE | EA | D2 | 1A | 0 | A | 8 | 9C | 3B | 50 |
| Octal | 256 | 352 | 322 | 32 | 0 | 12 | 10 | 234 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11010010 | 11010 | 0 | 1010 | 1000 | 10011100 | 111011 | 1010000 |
Color Harmonies of #AEEAD2
Complementary color
Monochromatic Colors of #AEEAD2
Black with #AEEAD2
Text Example
Text Example
White with #AEEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAD2; }
p { color: rgb(174,234,210); }
H1.HeaderClassName
{
color: #AEEAD2;
}
.AnyTagClassName
{
color: #AEEAD2;
}
</style>
background-color css
<style>
a { background-color: #AEEAD2; }
a { background-color: rgb(174,234,210); }
div.DivClassName
{
background-color: #AEEAD2;
}
.BgClassName
{
background-color: #AEEAD2;
}
</style>
border-color css
<style>
span { border-color: #AEEAD2; }
span { border-color: rgb(174,234,210); }
td.TdClassName
{
border-color: #AEEAD2;
}
.TagClassName
{
border-color: #AEEAD2;
}
</style>