Shades of Magic Mint #AEE5C6
Tints of Magic Mint #AEE5C6
RGB
CMYK
RGB Variations
Color information
#AEE5C6 (or 0xAEE5C6) is known color: Magic Mint. HEX triplet: AE, E5 and C6. RGB value is (174,229,198). Sum of RGB (Red+Green+Blue) = 174+229+198=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5C6 is #511A39. Grayscale: #D1D1D1. Windows color (decimal): -5315130 or 13034926. OLE color: 13034926.
HSL color Cylindrical-coordinate representation of color #AEE5C6: hue angle of 146.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5C6 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 198 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.10 |
| HSL | 146.18º | 0.51% | 0.79% | - |
| HSV(B) | 146.18º | 0.24% | 0.9% | - |
| XYZ | 55.67 | 69.11 | 63.83 | - |
| YUV | 209.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 198 | 0.24 | 0 | 0.14 | 0.10 | 146.18 | 0.51 | 0.79 |
| Hex | AE | E5 | C6 | 18 | 0 | E | A | 92 | 33 | 4F |
| Octal | 256 | 345 | 306 | 30 | 0 | 16 | 12 | 222 | 63 | 117 |
| Binary | 10101110 | 11100101 | 11000110 | 11000 | 0 | 1110 | 1010 | 10010010 | 110011 | 1001111 |
Color Harmonies of #AEE5C6
Complementary color
Monochromatic Colors of #AEE5C6
Black with #AEE5C6
Text Example
Text Example
White with #AEE5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5C6; }
p { color: rgb(174,229,198); }
H1.HeaderClassName
{
color: #AEE5C6;
}
.AnyTagClassName
{
color: #AEE5C6;
}
</style>
background-color css
<style>
a { background-color: #AEE5C6; }
a { background-color: rgb(174,229,198); }
div.DivClassName
{
background-color: #AEE5C6;
}
.BgClassName
{
background-color: #AEE5C6;
}
</style>
border-color css
<style>
span { border-color: #AEE5C6; }
span { border-color: rgb(174,229,198); }
td.TdClassName
{
border-color: #AEE5C6;
}
.TagClassName
{
border-color: #AEE5C6;
}
</style>