Shades of Magic Mint #AAE4C3
Tints of Magic Mint #AAE4C3
RGB
CMYK
RGB Variations
Color information
#AAE4C3 (or 0xAAE4C3) is known color: Magic Mint. HEX triplet: AA, E4 and C3. RGB value is (170,228,195). Sum of RGB (Red+Green+Blue) = 170+228+195=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4C3 is #551B3C. Grayscale: #CECECE. Windows color (decimal): -5577533 or 12838058. OLE color: 12838058.
HSL color Cylindrical-coordinate representation of color #AAE4C3: hue angle of 145.86º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4C3 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 195 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.11 |
| HSL | 145.86º | 0.52% | 0.78% | - |
| HSV(B) | 145.86º | 0.25% | 0.89% | - |
| XYZ | 54.17 | 67.97 | 61.89 | - |
| YUV | 206.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 195 | 0.25 | 0 | 0.14 | 0.11 | 145.86 | 0.52 | 0.78 |
| Hex | AA | E4 | C3 | 19 | 0 | E | B | 92 | 34 | 4E |
| Octal | 252 | 344 | 303 | 31 | 0 | 16 | 13 | 222 | 64 | 116 |
| Binary | 10101010 | 11100100 | 11000011 | 11001 | 0 | 1110 | 1011 | 10010010 | 110100 | 1001110 |
Color Harmonies of #AAE4C3
Complementary color
Monochromatic Colors of #AAE4C3
Black with #AAE4C3
Text Example
Text Example
White with #AAE4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4C3; }
p { color: rgb(170,228,195); }
H1.HeaderClassName
{
color: #AAE4C3;
}
.AnyTagClassName
{
color: #AAE4C3;
}
</style>
background-color css
<style>
a { background-color: #AAE4C3; }
a { background-color: rgb(170,228,195); }
div.DivClassName
{
background-color: #AAE4C3;
}
.BgClassName
{
background-color: #AAE4C3;
}
</style>
border-color css
<style>
span { border-color: #AAE4C3; }
span { border-color: rgb(170,228,195); }
td.TdClassName
{
border-color: #AAE4C3;
}
.TagClassName
{
border-color: #AAE4C3;
}
</style>