Shades of Magic Mint #A9ECC6
Tints of Magic Mint #A9ECC6
RGB
CMYK
RGB Variations
Color information
#A9ECC6 (or 0xA9ECC6) is known color: Magic Mint. HEX triplet: A9, EC and C6. RGB value is (169,236,198). Sum of RGB (Red+Green+Blue) = 169+236+198=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECC6 is #561339. Grayscale: #D3D3D3. Windows color (decimal): -5641018 or 13036713. OLE color: 13036713.
HSL color Cylindrical-coordinate representation of color #A9ECC6: hue angle of 145.97º 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 #A9ECC6 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 198 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.07 |
| HSL | 145.97º | 0.64% | 0.79% | - |
| HSV(B) | 145.97º | 0.28% | 0.93% | - |
| XYZ | 56.55 | 72.5 | 64.44 | - |
| YUV | 211.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 198 | 0.28 | 0 | 0.16 | 0.07 | 145.97 | 0.64 | 0.79 |
| Hex | A9 | EC | C6 | 1C | 0 | 10 | 7 | 92 | 40 | 4F |
| Octal | 251 | 354 | 306 | 34 | 0 | 20 | 7 | 222 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11000110 | 11100 | 0 | 10000 | 111 | 10010010 | 1000000 | 1001111 |
Color Harmonies of #A9ECC6
Complementary color
Monochromatic Colors of #A9ECC6
Black with #A9ECC6
Text Example
Text Example
White with #A9ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECC6; }
p { color: rgb(169,236,198); }
H1.HeaderClassName
{
color: #A9ECC6;
}
.AnyTagClassName
{
color: #A9ECC6;
}
</style>
background-color css
<style>
a { background-color: #A9ECC6; }
a { background-color: rgb(169,236,198); }
div.DivClassName
{
background-color: #A9ECC6;
}
.BgClassName
{
background-color: #A9ECC6;
}
</style>
border-color css
<style>
span { border-color: #A9ECC6; }
span { border-color: rgb(169,236,198); }
td.TdClassName
{
border-color: #A9ECC6;
}
.TagClassName
{
border-color: #A9ECC6;
}
</style>