Shades of Magic Mint #AEE2C6
Tints of Magic Mint #AEE2C6
RGB
CMYK
RGB Variations
Color information
#AEE2C6 (or 0xAEE2C6) is known color: Magic Mint. HEX triplet: AE, E2 and C6. RGB value is (174,226,198). Sum of RGB (Red+Green+Blue) = 174+226+198=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2C6 is #511D39. Grayscale: #CFCFCF. Windows color (decimal): -5315898 or 13034158. OLE color: 13034158.
HSL color Cylindrical-coordinate representation of color #AEE2C6: hue angle of 147.69º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2C6 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 198 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.11 |
| HSL | 147.69º | 0.47% | 0.78% | - |
| HSV(B) | 147.69º | 0.23% | 0.89% | - |
| XYZ | 54.84 | 67.47 | 63.56 | - |
| YUV | 207.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 198 | 0.23 | 0 | 0.12 | 0.11 | 147.69 | 0.47 | 0.78 |
| Hex | AE | E2 | C6 | 17 | 0 | C | B | 94 | 2F | 4E |
| Octal | 256 | 342 | 306 | 27 | 0 | 14 | 13 | 224 | 57 | 116 |
| Binary | 10101110 | 11100010 | 11000110 | 10111 | 0 | 1100 | 1011 | 10010100 | 101111 | 1001110 |
Color Harmonies of #AEE2C6
Complementary color
Monochromatic Colors of #AEE2C6
Black with #AEE2C6
Text Example
Text Example
White with #AEE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2C6; }
p { color: rgb(174,226,198); }
H1.HeaderClassName
{
color: #AEE2C6;
}
.AnyTagClassName
{
color: #AEE2C6;
}
</style>
background-color css
<style>
a { background-color: #AEE2C6; }
a { background-color: rgb(174,226,198); }
div.DivClassName
{
background-color: #AEE2C6;
}
.BgClassName
{
background-color: #AEE2C6;
}
</style>
border-color css
<style>
span { border-color: #AEE2C6; }
span { border-color: rgb(174,226,198); }
td.TdClassName
{
border-color: #AEE2C6;
}
.TagClassName
{
border-color: #AEE2C6;
}
</style>