Shades of Magic Mint #A9ECC7
Tints of Magic Mint #A9ECC7
RGB
CMYK
RGB Variations
Color information
#A9ECC7 (or 0xA9ECC7) is known color: Magic Mint. HEX triplet: A9, EC and C7. RGB value is (169,236,199). Sum of RGB (Red+Green+Blue) = 169+236+199=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECC7 is #561338. Grayscale: #D3D3D3. Windows color (decimal): -5641017 or 13102249. OLE color: 13102249.
HSL color Cylindrical-coordinate representation of color #A9ECC7: hue angle of 146.87º 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 #A9ECC7 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 199 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.07 |
| HSL | 146.87º | 0.64% | 0.79% | - |
| HSV(B) | 146.87º | 0.28% | 0.93% | - |
| XYZ | 56.67 | 72.55 | 65.05 | - |
| YUV | 211.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 199 | 0.28 | 0 | 0.16 | 0.07 | 146.87 | 0.64 | 0.79 |
| Hex | A9 | EC | C7 | 1C | 0 | 10 | 7 | 93 | 40 | 4F |
| Octal | 251 | 354 | 307 | 34 | 0 | 20 | 7 | 223 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11000111 | 11100 | 0 | 10000 | 111 | 10010011 | 1000000 | 1001111 |
Color Harmonies of #A9ECC7
Complementary color
Monochromatic Colors of #A9ECC7
Black with #A9ECC7
Text Example
Text Example
White with #A9ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECC7; }
p { color: rgb(169,236,199); }
H1.HeaderClassName
{
color: #A9ECC7;
}
.AnyTagClassName
{
color: #A9ECC7;
}
</style>
background-color css
<style>
a { background-color: #A9ECC7; }
a { background-color: rgb(169,236,199); }
div.DivClassName
{
background-color: #A9ECC7;
}
.BgClassName
{
background-color: #A9ECC7;
}
</style>
border-color css
<style>
span { border-color: #A9ECC7; }
span { border-color: rgb(169,236,199); }
td.TdClassName
{
border-color: #A9ECC7;
}
.TagClassName
{
border-color: #A9ECC7;
}
</style>