Shades of Magic Mint #AEE6C6
Tints of Magic Mint #AEE6C6
RGB
CMYK
RGB Variations
Color information
#AEE6C6 (or 0xAEE6C6) is known color: Magic Mint. HEX triplet: AE, E6 and C6. RGB value is (174,230,198). Sum of RGB (Red+Green+Blue) = 174+230+198=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6C6 is #511939. Grayscale: #D1D1D1. Windows color (decimal): -5314874 or 13035182. OLE color: 13035182.
HSL color Cylindrical-coordinate representation of color #AEE6C6: hue angle of 145.71º degrees, saturation: 0.53, 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 #AEE6C6 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 198 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.10 |
| HSL | 145.71º | 0.53% | 0.79% | - |
| HSV(B) | 145.71º | 0.24% | 0.9% | - |
| XYZ | 55.95 | 69.67 | 63.93 | - |
| YUV | 209.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 198 | 0.24 | 0 | 0.14 | 0.10 | 145.71 | 0.53 | 0.79 |
| Hex | AE | E6 | C6 | 18 | 0 | E | A | 92 | 35 | 4F |
| Octal | 256 | 346 | 306 | 30 | 0 | 16 | 12 | 222 | 65 | 117 |
| Binary | 10101110 | 11100110 | 11000110 | 11000 | 0 | 1110 | 1010 | 10010010 | 110101 | 1001111 |
Color Harmonies of #AEE6C6
Complementary color
Monochromatic Colors of #AEE6C6
Black with #AEE6C6
Text Example
Text Example
White with #AEE6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE6C6; }
p { color: rgb(174,230,198); }
H1.HeaderClassName
{
color: #AEE6C6;
}
.AnyTagClassName
{
color: #AEE6C6;
}
</style>
background-color css
<style>
a { background-color: #AEE6C6; }
a { background-color: rgb(174,230,198); }
div.DivClassName
{
background-color: #AEE6C6;
}
.BgClassName
{
background-color: #AEE6C6;
}
</style>
border-color css
<style>
span { border-color: #AEE6C6; }
span { border-color: rgb(174,230,198); }
td.TdClassName
{
border-color: #AEE6C6;
}
.TagClassName
{
border-color: #AEE6C6;
}
</style>