Shades of Magic Mint #AAEBD0
Tints of Magic Mint #AAEBD0
RGB
CMYK
RGB Variations
Color information
#AAEBD0 (or 0xAAEBD0) is known color: Magic Mint. HEX triplet: AA, EB and D0. RGB value is (170,235,208). Sum of RGB (Red+Green+Blue) = 170+235+208=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD0 is #55142F. Grayscale: #D4D4D4. Windows color (decimal): -5575728 or 13691818. OLE color: 13691818.
HSL color Cylindrical-coordinate representation of color #AAEBD0: hue angle of 155.08º 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 #AAEBD0 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 208 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.08 |
| HSL | 155.08º | 0.62% | 0.79% | - |
| HSV(B) | 155.08º | 0.28% | 0.92% | - |
| XYZ | 57.67 | 72.52 | 70.63 | - |
| YUV | 212.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 208 | 0.28 | 0 | 0.11 | 0.08 | 155.08 | 0.62 | 0.79 |
| Hex | AA | EB | D0 | 1C | 0 | B | 8 | 9B | 3E | 4F |
| Octal | 252 | 353 | 320 | 34 | 0 | 13 | 10 | 233 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11010000 | 11100 | 0 | 1011 | 1000 | 10011011 | 111110 | 1001111 |
Color Harmonies of #AAEBD0
Complementary color
Monochromatic Colors of #AAEBD0
Black with #AAEBD0
Text Example
Text Example
White with #AAEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBD0; }
p { color: rgb(170,235,208); }
H1.HeaderClassName
{
color: #AAEBD0;
}
.AnyTagClassName
{
color: #AAEBD0;
}
</style>
background-color css
<style>
a { background-color: #AAEBD0; }
a { background-color: rgb(170,235,208); }
div.DivClassName
{
background-color: #AAEBD0;
}
.BgClassName
{
background-color: #AAEBD0;
}
</style>
border-color css
<style>
span { border-color: #AAEBD0; }
span { border-color: rgb(170,235,208); }
td.TdClassName
{
border-color: #AAEBD0;
}
.TagClassName
{
border-color: #AAEBD0;
}
</style>