Shades of Magic Mint #AAEDCE
Tints of Magic Mint #AAEDCE
RGB
CMYK
RGB Variations
Color information
#AAEDCE (or 0xAAEDCE) is known color: Magic Mint. HEX triplet: AA, ED and CE. RGB value is (170,237,206). Sum of RGB (Red+Green+Blue) = 170+237+206=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDCE is #551231. Grayscale: #D5D5D5. Windows color (decimal): -5575218 or 13561258. OLE color: 13561258.
HSL color Cylindrical-coordinate representation of color #AAEDCE: hue angle of 152.24º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDCE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 206 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 152.24º | 0.65% | 0.8% | - |
| HSV(B) | 152.24º | 0.28% | 0.93% | - |
| XYZ | 58 | 73.57 | 69.54 | - |
| YUV | 213.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 206 | 0.28 | 0 | 0.13 | 0.07 | 152.24 | 0.65 | 0.8 |
| Hex | AA | ED | CE | 1C | 0 | D | 7 | 98 | 41 | 50 |
| Octal | 252 | 355 | 316 | 34 | 0 | 15 | 7 | 230 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11001110 | 11100 | 0 | 1101 | 111 | 10011000 | 1000001 | 1010000 |
Color Harmonies of #AAEDCE
Complementary color
Monochromatic Colors of #AAEDCE
Black with #AAEDCE
Text Example
Text Example
White with #AAEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDCE; }
p { color: rgb(170,237,206); }
H1.HeaderClassName
{
color: #AAEDCE;
}
.AnyTagClassName
{
color: #AAEDCE;
}
</style>
background-color css
<style>
a { background-color: #AAEDCE; }
a { background-color: rgb(170,237,206); }
div.DivClassName
{
background-color: #AAEDCE;
}
.BgClassName
{
background-color: #AAEDCE;
}
</style>
border-color css
<style>
span { border-color: #AAEDCE; }
span { border-color: rgb(170,237,206); }
td.TdClassName
{
border-color: #AAEDCE;
}
.TagClassName
{
border-color: #AAEDCE;
}
</style>