Shades of Magic Mint #AEE4CE
Tints of Magic Mint #AEE4CE
RGB
CMYK
RGB Variations
Color information
#AEE4CE (or 0xAEE4CE) is known color: Magic Mint. HEX triplet: AE, E4 and CE. RGB value is (174,228,206). Sum of RGB (Red+Green+Blue) = 174+228+206=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4CE is #511B31. Grayscale: #D1D1D1. Windows color (decimal): -5315378 or 13558958. OLE color: 13558958.
HSL color Cylindrical-coordinate representation of color #AEE4CE: hue angle of 155.56º 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 #AEE4CE is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 206 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.11 |
| HSL | 155.56º | 0.5% | 0.79% | - |
| HSV(B) | 155.56º | 0.24% | 0.89% | - |
| XYZ | 56.34 | 68.94 | 68.73 | - |
| YUV | 209.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 206 | 0.24 | 0 | 0.10 | 0.11 | 155.56 | 0.5 | 0.79 |
| Hex | AE | E4 | CE | 18 | 0 | A | B | 9C | 32 | 4F |
| Octal | 256 | 344 | 316 | 30 | 0 | 12 | 13 | 234 | 62 | 117 |
| Binary | 10101110 | 11100100 | 11001110 | 11000 | 0 | 1010 | 1011 | 10011100 | 110010 | 1001111 |
Color Harmonies of #AEE4CE
Complementary color
Monochromatic Colors of #AEE4CE
Black with #AEE4CE
Text Example
Text Example
White with #AEE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE4CE; }
p { color: rgb(174,228,206); }
H1.HeaderClassName
{
color: #AEE4CE;
}
.AnyTagClassName
{
color: #AEE4CE;
}
</style>
background-color css
<style>
a { background-color: #AEE4CE; }
a { background-color: rgb(174,228,206); }
div.DivClassName
{
background-color: #AEE4CE;
}
.BgClassName
{
background-color: #AEE4CE;
}
</style>
border-color css
<style>
span { border-color: #AEE4CE; }
span { border-color: rgb(174,228,206); }
td.TdClassName
{
border-color: #AEE4CE;
}
.TagClassName
{
border-color: #AEE4CE;
}
</style>