Shades of Magic Mint #A9ECD1
Tints of Magic Mint #A9ECD1
RGB
CMYK
RGB Variations
Color information
#A9ECD1 (or 0xA9ECD1) is known color: Magic Mint. HEX triplet: A9, EC and D1. RGB value is (169,236,209). Sum of RGB (Red+Green+Blue) = 169+236+209=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECD1 is #56132E. Grayscale: #D4D4D4. Windows color (decimal): -5641007 or 13757609. OLE color: 13757609.
HSL color Cylindrical-coordinate representation of color #A9ECD1: hue angle of 155.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECD1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 209 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.07 |
| HSL | 155.82º | 0.64% | 0.79% | - |
| HSV(B) | 155.82º | 0.28% | 0.93% | - |
| XYZ | 57.87 | 73.03 | 71.37 | - |
| YUV | 212.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 209 | 0.28 | 0 | 0.11 | 0.07 | 155.82 | 0.64 | 0.79 |
| Hex | A9 | EC | D1 | 1C | 0 | B | 7 | 9C | 40 | 4F |
| Octal | 251 | 354 | 321 | 34 | 0 | 13 | 7 | 234 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11010001 | 11100 | 0 | 1011 | 111 | 10011100 | 1000000 | 1001111 |
Color Harmonies of #A9ECD1
Complementary color
Monochromatic Colors of #A9ECD1
Black with #A9ECD1
Text Example
Text Example
White with #A9ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECD1; }
p { color: rgb(169,236,209); }
H1.HeaderClassName
{
color: #A9ECD1;
}
.AnyTagClassName
{
color: #A9ECD1;
}
</style>
background-color css
<style>
a { background-color: #A9ECD1; }
a { background-color: rgb(169,236,209); }
div.DivClassName
{
background-color: #A9ECD1;
}
.BgClassName
{
background-color: #A9ECD1;
}
</style>
border-color css
<style>
span { border-color: #A9ECD1; }
span { border-color: rgb(169,236,209); }
td.TdClassName
{
border-color: #A9ECD1;
}
.TagClassName
{
border-color: #A9ECD1;
}
</style>