Shades of Magic Mint #AEE6C5
Tints of Magic Mint #AEE6C5
RGB
CMYK
RGB Variations
Color information
#AEE6C5 (or 0xAEE6C5) is known color: Magic Mint. HEX triplet: AE, E6 and C5. RGB value is (174,230,197). Sum of RGB (Red+Green+Blue) = 174+230+197=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6C5 is #51193A. Grayscale: #D1D1D1. Windows color (decimal): -5314875 or 12969646. OLE color: 12969646.
HSL color Cylindrical-coordinate representation of color #AEE6C5: hue angle of 144.64º 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 #AEE6C5 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 197 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.10 |
| HSL | 144.64º | 0.53% | 0.79% | - |
| HSV(B) | 144.64º | 0.24% | 0.9% | - |
| XYZ | 55.83 | 69.62 | 63.32 | - |
| YUV | 209.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 197 | 0.24 | 0 | 0.14 | 0.10 | 144.64 | 0.53 | 0.79 |
| Hex | AE | E6 | C5 | 18 | 0 | E | A | 91 | 35 | 4F |
| Octal | 256 | 346 | 305 | 30 | 0 | 16 | 12 | 221 | 65 | 117 |
| Binary | 10101110 | 11100110 | 11000101 | 11000 | 0 | 1110 | 1010 | 10010001 | 110101 | 1001111 |
Color Harmonies of #AEE6C5
Complementary color
Monochromatic Colors of #AEE6C5
Black with #AEE6C5
Text Example
Text Example
White with #AEE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE6C5; }
p { color: rgb(174,230,197); }
H1.HeaderClassName
{
color: #AEE6C5;
}
.AnyTagClassName
{
color: #AEE6C5;
}
</style>
background-color css
<style>
a { background-color: #AEE6C5; }
a { background-color: rgb(174,230,197); }
div.DivClassName
{
background-color: #AEE6C5;
}
.BgClassName
{
background-color: #AEE6C5;
}
</style>
border-color css
<style>
span { border-color: #AEE6C5; }
span { border-color: rgb(174,230,197); }
td.TdClassName
{
border-color: #AEE6C5;
}
.TagClassName
{
border-color: #AEE6C5;
}
</style>