Shades of Magic Mint #AAEBD3
Tints of Magic Mint #AAEBD3
RGB
CMYK
RGB Variations
Color information
#AAEBD3 (or 0xAAEBD3) is known color: Magic Mint. HEX triplet: AA, EB and D3. RGB value is (170,235,211). Sum of RGB (Red+Green+Blue) = 170+235+211=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD3 is #55142C. Grayscale: #D4D4D4. Windows color (decimal): -5575725 or 13888426. OLE color: 13888426.
HSL color Cylindrical-coordinate representation of color #AAEBD3: hue angle of 157.85º 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 #AAEBD3 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 211 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.08 |
| HSL | 157.85º | 0.62% | 0.79% | - |
| HSV(B) | 157.85º | 0.28% | 0.92% | - |
| XYZ | 58.04 | 72.67 | 72.59 | - |
| YUV | 212.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 211 | 0.28 | 0 | 0.10 | 0.08 | 157.85 | 0.62 | 0.79 |
| Hex | AA | EB | D3 | 1C | 0 | A | 8 | 9E | 3E | 4F |
| Octal | 252 | 353 | 323 | 34 | 0 | 12 | 10 | 236 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11010011 | 11100 | 0 | 1010 | 1000 | 10011110 | 111110 | 1001111 |
Color Harmonies of #AAEBD3
Complementary color
Monochromatic Colors of #AAEBD3
Black with #AAEBD3
Text Example
Text Example
White with #AAEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBD3; }
p { color: rgb(170,235,211); }
H1.HeaderClassName
{
color: #AAEBD3;
}
.AnyTagClassName
{
color: #AAEBD3;
}
</style>
background-color css
<style>
a { background-color: #AAEBD3; }
a { background-color: rgb(170,235,211); }
div.DivClassName
{
background-color: #AAEBD3;
}
.BgClassName
{
background-color: #AAEBD3;
}
</style>
border-color css
<style>
span { border-color: #AAEBD3; }
span { border-color: rgb(170,235,211); }
td.TdClassName
{
border-color: #AAEBD3;
}
.TagClassName
{
border-color: #AAEBD3;
}
</style>