Shades of Magic Mint #AEE4C8
Tints of Magic Mint #AEE4C8
RGB
CMYK
RGB Variations
Color information
#AEE4C8 (or 0xAEE4C8) is known color: Magic Mint. HEX triplet: AE, E4 and C8. RGB value is (174,228,200). Sum of RGB (Red+Green+Blue) = 174+228+200=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4C8 is #511B37. Grayscale: #D0D0D0. Windows color (decimal): -5315384 or 13165742. OLE color: 13165742.
HSL color Cylindrical-coordinate representation of color #AEE4C8: hue angle of 148.89º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE4C8 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 200 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.11 |
| HSL | 148.89º | 0.5% | 0.79% | - |
| HSV(B) | 148.89º | 0.24% | 0.89% | - |
| XYZ | 55.62 | 68.66 | 64.96 | - |
| YUV | 208.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 200 | 0.24 | 0 | 0.12 | 0.11 | 148.89 | 0.5 | 0.79 |
| Hex | AE | E4 | C8 | 18 | 0 | C | B | 95 | 32 | 4F |
| Octal | 256 | 344 | 310 | 30 | 0 | 14 | 13 | 225 | 62 | 117 |
| Binary | 10101110 | 11100100 | 11001000 | 11000 | 0 | 1100 | 1011 | 10010101 | 110010 | 1001111 |
Color Harmonies of #AEE4C8
Complementary color
Monochromatic Colors of #AEE4C8
Black with #AEE4C8
Text Example
Text Example
White with #AEE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE4C8; }
p { color: rgb(174,228,200); }
H1.HeaderClassName
{
color: #AEE4C8;
}
.AnyTagClassName
{
color: #AEE4C8;
}
</style>
background-color css
<style>
a { background-color: #AEE4C8; }
a { background-color: rgb(174,228,200); }
div.DivClassName
{
background-color: #AEE4C8;
}
.BgClassName
{
background-color: #AEE4C8;
}
</style>
border-color css
<style>
span { border-color: #AEE4C8; }
span { border-color: rgb(174,228,200); }
td.TdClassName
{
border-color: #AEE4C8;
}
.TagClassName
{
border-color: #AEE4C8;
}
</style>