Shades of Magic Mint #AEEAD3
Tints of Magic Mint #AEEAD3
RGB
CMYK
RGB Variations
Color information
#AEEAD3 (or 0xAEEAD3) is known color: Magic Mint. HEX triplet: AE, EA and D3. RGB value is (174,234,211). Sum of RGB (Red+Green+Blue) = 174+234+211=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAD3 is #51152C. Grayscale: #D5D5D5. Windows color (decimal): -5313837 or 13888174. OLE color: 13888174.
HSL color Cylindrical-coordinate representation of color #AEEAD3: hue angle of 157º 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 #AEEAD3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 211 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.08 |
| HSL | 157º | 0.59% | 0.8% | - |
| HSV(B) | 157º | 0.26% | 0.92% | - |
| XYZ | 58.64 | 72.55 | 72.54 | - |
| YUV | 213.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 211 | 0.26 | 0 | 0.10 | 0.08 | 157 | 0.59 | 0.8 |
| Hex | AE | EA | D3 | 1A | 0 | A | 8 | 9D | 3B | 50 |
| Octal | 256 | 352 | 323 | 32 | 0 | 12 | 10 | 235 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11010011 | 11010 | 0 | 1010 | 1000 | 10011101 | 111011 | 1010000 |
Color Harmonies of #AEEAD3
Complementary color
Monochromatic Colors of #AEEAD3
Black with #AEEAD3
Text Example
Text Example
White with #AEEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAD3; }
p { color: rgb(174,234,211); }
H1.HeaderClassName
{
color: #AEEAD3;
}
.AnyTagClassName
{
color: #AEEAD3;
}
</style>
background-color css
<style>
a { background-color: #AEEAD3; }
a { background-color: rgb(174,234,211); }
div.DivClassName
{
background-color: #AEEAD3;
}
.BgClassName
{
background-color: #AEEAD3;
}
</style>
border-color css
<style>
span { border-color: #AEEAD3; }
span { border-color: rgb(174,234,211); }
td.TdClassName
{
border-color: #AEEAD3;
}
.TagClassName
{
border-color: #AEEAD3;
}
</style>