Shades of Magic Mint #A9EBC4
Tints of Magic Mint #A9EBC4
RGB
CMYK
RGB Variations
Color information
#A9EBC4 (or 0xA9EBC4) is known color: Magic Mint. HEX triplet: A9, EB and C4. RGB value is (169,235,196). Sum of RGB (Red+Green+Blue) = 169+235+196=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBC4 is #56143B. Grayscale: #D2D2D2. Windows color (decimal): -5641276 or 12905385. OLE color: 12905385.
HSL color Cylindrical-coordinate representation of color #A9EBC4: hue angle of 144.55º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EBC4 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 235 | 196 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.08 |
| HSL | 144.55º | 0.62% | 0.79% | - |
| HSV(B) | 144.55º | 0.28% | 0.92% | - |
| XYZ | 56.03 | 71.84 | 63.14 | - |
| YUV | 210.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 196 | 0.28 | 0 | 0.17 | 0.08 | 144.55 | 0.62 | 0.79 |
| Hex | A9 | EB | C4 | 1C | 0 | 11 | 8 | 91 | 3E | 4F |
| Octal | 251 | 353 | 304 | 34 | 0 | 21 | 10 | 221 | 76 | 117 |
| Binary | 10101001 | 11101011 | 11000100 | 11100 | 0 | 10001 | 1000 | 10010001 | 111110 | 1001111 |
Color Harmonies of #A9EBC4
Complementary color
Monochromatic Colors of #A9EBC4
Black with #A9EBC4
Text Example
Text Example
White with #A9EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBC4; }
p { color: rgb(169,235,196); }
H1.HeaderClassName
{
color: #A9EBC4;
}
.AnyTagClassName
{
color: #A9EBC4;
}
</style>
background-color css
<style>
a { background-color: #A9EBC4; }
a { background-color: rgb(169,235,196); }
div.DivClassName
{
background-color: #A9EBC4;
}
.BgClassName
{
background-color: #A9EBC4;
}
</style>
border-color css
<style>
span { border-color: #A9EBC4; }
span { border-color: rgb(169,235,196); }
td.TdClassName
{
border-color: #A9EBC4;
}
.TagClassName
{
border-color: #A9EBC4;
}
</style>