Shades of Magic Mint #AAEBD5
Tints of Magic Mint #AAEBD5
RGB
CMYK
RGB Variations
Color information
#AAEBD5 (or 0xAAEBD5) is known color: Magic Mint. HEX triplet: AA, EB and D5. RGB value is (170,235,213). Sum of RGB (Red+Green+Blue) = 170+235+213=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD5 is #55142A. Grayscale: #D5D5D5. Windows color (decimal): -5575723 or 14019498. OLE color: 14019498.
HSL color Cylindrical-coordinate representation of color #AAEBD5: hue angle of 159.69º 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 #AAEBD5 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 213 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.08 |
| HSL | 159.69º | 0.62% | 0.79% | - |
| HSV(B) | 159.69º | 0.28% | 0.92% | - |
| XYZ | 58.3 | 72.77 | 73.92 | - |
| YUV | 213.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 213 | 0.28 | 0 | 0.09 | 0.08 | 159.69 | 0.62 | 0.79 |
| Hex | AA | EB | D5 | 1C | 0 | 9 | 8 | A0 | 3E | 4F |
| Octal | 252 | 353 | 325 | 34 | 0 | 11 | 10 | 240 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11010101 | 11100 | 0 | 1001 | 1000 | 10100000 | 111110 | 1001111 |
Color Harmonies of #AAEBD5
Complementary color
Monochromatic Colors of #AAEBD5
Black with #AAEBD5
Text Example
Text Example
White with #AAEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBD5; }
p { color: rgb(170,235,213); }
H1.HeaderClassName
{
color: #AAEBD5;
}
.AnyTagClassName
{
color: #AAEBD5;
}
</style>
background-color css
<style>
a { background-color: #AAEBD5; }
a { background-color: rgb(170,235,213); }
div.DivClassName
{
background-color: #AAEBD5;
}
.BgClassName
{
background-color: #AAEBD5;
}
</style>
border-color css
<style>
span { border-color: #AAEBD5; }
span { border-color: rgb(170,235,213); }
td.TdClassName
{
border-color: #AAEBD5;
}
.TagClassName
{
border-color: #AAEBD5;
}
</style>