Shades of Magic Mint #A9E9CA
Tints of Magic Mint #A9E9CA
RGB
CMYK
RGB Variations
Color information
#A9E9CA (or 0xA9E9CA) is known color: Magic Mint. HEX triplet: A9, E9 and CA. RGB value is (169,233,202). Sum of RGB (Red+Green+Blue) = 169+233+202=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E9CA is #561635. Grayscale: #D2D2D2. Windows color (decimal): -5641782 or 13298089. OLE color: 13298089.
HSL color Cylindrical-coordinate representation of color #A9E9CA: hue angle of 150.94º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E9CA is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 233 | 202 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.09 |
| HSL | 150.94º | 0.59% | 0.79% | - |
| HSV(B) | 150.94º | 0.27% | 0.91% | - |
| XYZ | 56.16 | 70.98 | 66.62 | - |
| YUV | 210.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 202 | 0.27 | 0 | 0.13 | 0.09 | 150.94 | 0.59 | 0.79 |
| Hex | A9 | E9 | CA | 1B | 0 | D | 9 | 97 | 3B | 4F |
| Octal | 251 | 351 | 312 | 33 | 0 | 15 | 11 | 227 | 73 | 117 |
| Binary | 10101001 | 11101001 | 11001010 | 11011 | 0 | 1101 | 1001 | 10010111 | 111011 | 1001111 |
Color Harmonies of #A9E9CA
Complementary color
Monochromatic Colors of #A9E9CA
Black with #A9E9CA
Text Example
Text Example
White with #A9E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E9CA; }
p { color: rgb(169,233,202); }
H1.HeaderClassName
{
color: #A9E9CA;
}
.AnyTagClassName
{
color: #A9E9CA;
}
</style>
background-color css
<style>
a { background-color: #A9E9CA; }
a { background-color: rgb(169,233,202); }
div.DivClassName
{
background-color: #A9E9CA;
}
.BgClassName
{
background-color: #A9E9CA;
}
</style>
border-color css
<style>
span { border-color: #A9E9CA; }
span { border-color: rgb(169,233,202); }
td.TdClassName
{
border-color: #A9E9CA;
}
.TagClassName
{
border-color: #A9E9CA;
}
</style>