Shades of Magic Mint #AEEAD0
Tints of Magic Mint #AEEAD0
RGB
CMYK
RGB Variations
Color information
#AEEAD0 (or 0xAEEAD0) is known color: Magic Mint. HEX triplet: AE, EA and D0. RGB value is (174,234,208). Sum of RGB (Red+Green+Blue) = 174+234+208=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAD0 is #51152F. Grayscale: #D5D5D5. Windows color (decimal): -5313840 or 13691566. OLE color: 13691566.
HSL color Cylindrical-coordinate representation of color #AEEAD0: hue angle of 154º 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 #AEEAD0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 208 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.08 |
| HSL | 154º | 0.59% | 0.8% | - |
| HSV(B) | 154º | 0.26% | 0.92% | - |
| XYZ | 58.26 | 72.4 | 70.58 | - |
| YUV | 213.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 208 | 0.26 | 0 | 0.11 | 0.08 | 154 | 0.59 | 0.8 |
| Hex | AE | EA | D0 | 1A | 0 | B | 8 | 9A | 3B | 50 |
| Octal | 256 | 352 | 320 | 32 | 0 | 13 | 10 | 232 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11010000 | 11010 | 0 | 1011 | 1000 | 10011010 | 111011 | 1010000 |
Color Harmonies of #AEEAD0
Complementary color
Monochromatic Colors of #AEEAD0
Black with #AEEAD0
Text Example
Text Example
White with #AEEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAD0; }
p { color: rgb(174,234,208); }
H1.HeaderClassName
{
color: #AEEAD0;
}
.AnyTagClassName
{
color: #AEEAD0;
}
</style>
background-color css
<style>
a { background-color: #AEEAD0; }
a { background-color: rgb(174,234,208); }
div.DivClassName
{
background-color: #AEEAD0;
}
.BgClassName
{
background-color: #AEEAD0;
}
</style>
border-color css
<style>
span { border-color: #AEEAD0; }
span { border-color: rgb(174,234,208); }
td.TdClassName
{
border-color: #AEEAD0;
}
.TagClassName
{
border-color: #AEEAD0;
}
</style>