Shades of Magic Mint #AAEBC5
Tints of Magic Mint #AAEBC5
RGB
CMYK
RGB Variations
Color information
#AAEBC5 (or 0xAAEBC5) is known color: Magic Mint. HEX triplet: AA, EB and C5. RGB value is (170,235,197). Sum of RGB (Red+Green+Blue) = 170+235+197=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC5 is #55143A. Grayscale: #D3D3D3. Windows color (decimal): -5575739 or 12970922. OLE color: 12970922.
HSL color Cylindrical-coordinate representation of color #AAEBC5: hue angle of 144.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBC5 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 197 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.08 |
| HSL | 144.92º | 0.62% | 0.79% | - |
| HSV(B) | 144.92º | 0.28% | 0.92% | - |
| XYZ | 56.36 | 71.99 | 63.75 | - |
| YUV | 211.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 197 | 0.28 | 0 | 0.16 | 0.08 | 144.92 | 0.62 | 0.79 |
| Hex | AA | EB | C5 | 1C | 0 | 10 | 8 | 91 | 3E | 4F |
| Octal | 252 | 353 | 305 | 34 | 0 | 20 | 10 | 221 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11000101 | 11100 | 0 | 10000 | 1000 | 10010001 | 111110 | 1001111 |
Color Harmonies of #AAEBC5
Complementary color
Monochromatic Colors of #AAEBC5
Black with #AAEBC5
Text Example
Text Example
White with #AAEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBC5; }
p { color: rgb(170,235,197); }
H1.HeaderClassName
{
color: #AAEBC5;
}
.AnyTagClassName
{
color: #AAEBC5;
}
</style>
background-color css
<style>
a { background-color: #AAEBC5; }
a { background-color: rgb(170,235,197); }
div.DivClassName
{
background-color: #AAEBC5;
}
.BgClassName
{
background-color: #AAEBC5;
}
</style>
border-color css
<style>
span { border-color: #AAEBC5; }
span { border-color: rgb(170,235,197); }
td.TdClassName
{
border-color: #AAEBC5;
}
.TagClassName
{
border-color: #AAEBC5;
}
</style>