Shades of Magic Mint #AAEBD1
Tints of Magic Mint #AAEBD1
RGB
CMYK
RGB Variations
Color information
#AAEBD1 (or 0xAAEBD1) is known color: Magic Mint. HEX triplet: AA, EB and D1. RGB value is (170,235,209). Sum of RGB (Red+Green+Blue) = 170+235+209=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD1 is #55142E. Grayscale: #D4D4D4. Windows color (decimal): -5575727 or 13757354. OLE color: 13757354.
HSL color Cylindrical-coordinate representation of color #AAEBD1: hue angle of 156º 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 #AAEBD1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 209 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.08 |
| HSL | 156º | 0.62% | 0.79% | - |
| HSV(B) | 156º | 0.28% | 0.92% | - |
| XYZ | 57.79 | 72.57 | 71.28 | - |
| YUV | 212.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 209 | 0.28 | 0 | 0.11 | 0.08 | 156 | 0.62 | 0.79 |
| Hex | AA | EB | D1 | 1C | 0 | B | 8 | 9C | 3E | 4F |
| Octal | 252 | 353 | 321 | 34 | 0 | 13 | 10 | 234 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11010001 | 11100 | 0 | 1011 | 1000 | 10011100 | 111110 | 1001111 |
Color Harmonies of #AAEBD1
Complementary color
Monochromatic Colors of #AAEBD1
Black with #AAEBD1
Text Example
Text Example
White with #AAEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBD1; }
p { color: rgb(170,235,209); }
H1.HeaderClassName
{
color: #AAEBD1;
}
.AnyTagClassName
{
color: #AAEBD1;
}
</style>
background-color css
<style>
a { background-color: #AAEBD1; }
a { background-color: rgb(170,235,209); }
div.DivClassName
{
background-color: #AAEBD1;
}
.BgClassName
{
background-color: #AAEBD1;
}
</style>
border-color css
<style>
span { border-color: #AAEBD1; }
span { border-color: rgb(170,235,209); }
td.TdClassName
{
border-color: #AAEBD1;
}
.TagClassName
{
border-color: #AAEBD1;
}
</style>