Shades of Magic Mint #A9ECC2
Tints of Magic Mint #A9ECC2
RGB
CMYK
RGB Variations
Color information
#A9ECC2 (or 0xA9ECC2) is known color: Magic Mint. HEX triplet: A9, EC and C2. RGB value is (169,236,194). Sum of RGB (Red+Green+Blue) = 169+236+194=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECC2 is #56133D. Grayscale: #D3D3D3. Windows color (decimal): -5641022 or 12774569. OLE color: 12774569.
HSL color Cylindrical-coordinate representation of color #A9ECC2: hue angle of 142.39º 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 #A9ECC2 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 194 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.07 |
| HSL | 142.39º | 0.64% | 0.79% | - |
| HSV(B) | 142.39º | 0.28% | 0.93% | - |
| XYZ | 56.1 | 72.32 | 62.04 | - |
| YUV | 211.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 194 | 0.28 | 0 | 0.18 | 0.07 | 142.39 | 0.64 | 0.79 |
| Hex | A9 | EC | C2 | 1C | 0 | 12 | 7 | 8E | 40 | 4F |
| Octal | 251 | 354 | 302 | 34 | 0 | 22 | 7 | 216 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11000010 | 11100 | 0 | 10010 | 111 | 10001110 | 1000000 | 1001111 |
Color Harmonies of #A9ECC2
Complementary color
Monochromatic Colors of #A9ECC2
Black with #A9ECC2
Text Example
Text Example
White with #A9ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECC2; }
p { color: rgb(169,236,194); }
H1.HeaderClassName
{
color: #A9ECC2;
}
.AnyTagClassName
{
color: #A9ECC2;
}
</style>
background-color css
<style>
a { background-color: #A9ECC2; }
a { background-color: rgb(169,236,194); }
div.DivClassName
{
background-color: #A9ECC2;
}
.BgClassName
{
background-color: #A9ECC2;
}
</style>
border-color css
<style>
span { border-color: #A9ECC2; }
span { border-color: rgb(169,236,194); }
td.TdClassName
{
border-color: #A9ECC2;
}
.TagClassName
{
border-color: #A9ECC2;
}
</style>