Shades of Magic Mint #AAEDCF
Tints of Magic Mint #AAEDCF
RGB
CMYK
RGB Variations
Color information
#AAEDCF (or 0xAAEDCF) is known color: Magic Mint. HEX triplet: AA, ED and CF. RGB value is (170,237,207). Sum of RGB (Red+Green+Blue) = 170+237+207=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDCF is #551230. Grayscale: #D5D5D5. Windows color (decimal): -5575217 or 13626794. OLE color: 13626794.
HSL color Cylindrical-coordinate representation of color #AAEDCF: hue angle of 153.13º 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 #AAEDCF is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 207 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 153.13º | 0.65% | 0.8% | - |
| HSV(B) | 153.13º | 0.28% | 0.93% | - |
| XYZ | 58.12 | 73.62 | 70.18 | - |
| YUV | 213.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 207 | 0.28 | 0 | 0.13 | 0.07 | 153.13 | 0.65 | 0.8 |
| Hex | AA | ED | CF | 1C | 0 | D | 7 | 99 | 41 | 50 |
| Octal | 252 | 355 | 317 | 34 | 0 | 15 | 7 | 231 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11001111 | 11100 | 0 | 1101 | 111 | 10011001 | 1000001 | 1010000 |
Color Harmonies of #AAEDCF
Complementary color
Monochromatic Colors of #AAEDCF
Black with #AAEDCF
Text Example
Text Example
White with #AAEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDCF; }
p { color: rgb(170,237,207); }
H1.HeaderClassName
{
color: #AAEDCF;
}
.AnyTagClassName
{
color: #AAEDCF;
}
</style>
background-color css
<style>
a { background-color: #AAEDCF; }
a { background-color: rgb(170,237,207); }
div.DivClassName
{
background-color: #AAEDCF;
}
.BgClassName
{
background-color: #AAEDCF;
}
</style>
border-color css
<style>
span { border-color: #AAEDCF; }
span { border-color: rgb(170,237,207); }
td.TdClassName
{
border-color: #AAEDCF;
}
.TagClassName
{
border-color: #AAEDCF;
}
</style>