Shades of Magic Mint #A9ECCE
Tints of Magic Mint #A9ECCE
RGB
CMYK
RGB Variations
Color information
#A9ECCE (or 0xA9ECCE) is known color: Magic Mint. HEX triplet: A9, EC and CE. RGB value is (169,236,206). Sum of RGB (Red+Green+Blue) = 169+236+206=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECCE is #561331. Grayscale: #D4D4D4. Windows color (decimal): -5641010 or 13561001. OLE color: 13561001.
HSL color Cylindrical-coordinate representation of color #A9ECCE: hue angle of 153.13º 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 #A9ECCE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 206 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 153.13º | 0.64% | 0.79% | - |
| HSV(B) | 153.13º | 0.28% | 0.93% | - |
| XYZ | 57.5 | 72.88 | 69.43 | - |
| YUV | 212.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 206 | 0.28 | 0 | 0.13 | 0.07 | 153.13 | 0.64 | 0.79 |
| Hex | A9 | EC | CE | 1C | 0 | D | 7 | 99 | 40 | 4F |
| Octal | 251 | 354 | 316 | 34 | 0 | 15 | 7 | 231 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11001110 | 11100 | 0 | 1101 | 111 | 10011001 | 1000000 | 1001111 |
Color Harmonies of #A9ECCE
Complementary color
Monochromatic Colors of #A9ECCE
Black with #A9ECCE
Text Example
Text Example
White with #A9ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECCE; }
p { color: rgb(169,236,206); }
H1.HeaderClassName
{
color: #A9ECCE;
}
.AnyTagClassName
{
color: #A9ECCE;
}
</style>
background-color css
<style>
a { background-color: #A9ECCE; }
a { background-color: rgb(169,236,206); }
div.DivClassName
{
background-color: #A9ECCE;
}
.BgClassName
{
background-color: #A9ECCE;
}
</style>
border-color css
<style>
span { border-color: #A9ECCE; }
span { border-color: rgb(169,236,206); }
td.TdClassName
{
border-color: #A9ECCE;
}
.TagClassName
{
border-color: #A9ECCE;
}
</style>