Shades of Magic Mint #A9ECCC
Tints of Magic Mint #A9ECCC
RGB
CMYK
RGB Variations
Color information
#A9ECCC (or 0xA9ECCC) is known color: Magic Mint. HEX triplet: A9, EC and CC. RGB value is (169,236,204). Sum of RGB (Red+Green+Blue) = 169+236+204=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECCC is #561333. Grayscale: #D4D4D4. Windows color (decimal): -5641012 or 13429929. OLE color: 13429929.
HSL color Cylindrical-coordinate representation of color #A9ECCC: hue angle of 151.34º 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 #A9ECCC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 204 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.07 |
| HSL | 151.34º | 0.64% | 0.79% | - |
| HSV(B) | 151.34º | 0.28% | 0.93% | - |
| XYZ | 57.26 | 72.79 | 68.16 | - |
| YUV | 212.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 204 | 0.28 | 0 | 0.14 | 0.07 | 151.34 | 0.64 | 0.79 |
| Hex | A9 | EC | CC | 1C | 0 | E | 7 | 97 | 40 | 4F |
| Octal | 251 | 354 | 314 | 34 | 0 | 16 | 7 | 227 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11001100 | 11100 | 0 | 1110 | 111 | 10010111 | 1000000 | 1001111 |
Color Harmonies of #A9ECCC
Complementary color
Monochromatic Colors of #A9ECCC
Black with #A9ECCC
Text Example
Text Example
White with #A9ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECCC; }
p { color: rgb(169,236,204); }
H1.HeaderClassName
{
color: #A9ECCC;
}
.AnyTagClassName
{
color: #A9ECCC;
}
</style>
background-color css
<style>
a { background-color: #A9ECCC; }
a { background-color: rgb(169,236,204); }
div.DivClassName
{
background-color: #A9ECCC;
}
.BgClassName
{
background-color: #A9ECCC;
}
</style>
border-color css
<style>
span { border-color: #A9ECCC; }
span { border-color: rgb(169,236,204); }
td.TdClassName
{
border-color: #A9ECCC;
}
.TagClassName
{
border-color: #A9ECCC;
}
</style>