Shades of Magic Mint #A9EACA
Tints of Magic Mint #A9EACA
RGB
CMYK
RGB Variations
Color information
#A9EACA (or 0xA9EACA) is known color: Magic Mint. HEX triplet: A9, EA and CA. RGB value is (169,234,202). Sum of RGB (Red+Green+Blue) = 169+234+202=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EACA is #561535. Grayscale: #D2D2D2. Windows color (decimal): -5641526 or 13298345. OLE color: 13298345.
HSL color Cylindrical-coordinate representation of color #A9EACA: hue angle of 150.46º degrees, saturation: 0.61, 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 #A9EACA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 202 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.08 |
| HSL | 150.46º | 0.61% | 0.79% | - |
| HSV(B) | 150.46º | 0.28% | 0.92% | - |
| XYZ | 56.45 | 71.54 | 66.71 | - |
| YUV | 210.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 202 | 0.28 | 0 | 0.14 | 0.08 | 150.46 | 0.61 | 0.79 |
| Hex | A9 | EA | CA | 1C | 0 | E | 8 | 96 | 3D | 4F |
| Octal | 251 | 352 | 312 | 34 | 0 | 16 | 10 | 226 | 75 | 117 |
| Binary | 10101001 | 11101010 | 11001010 | 11100 | 0 | 1110 | 1000 | 10010110 | 111101 | 1001111 |
Color Harmonies of #A9EACA
Complementary color
Monochromatic Colors of #A9EACA
Black with #A9EACA
Text Example
Text Example
White with #A9EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EACA; }
p { color: rgb(169,234,202); }
H1.HeaderClassName
{
color: #A9EACA;
}
.AnyTagClassName
{
color: #A9EACA;
}
</style>
background-color css
<style>
a { background-color: #A9EACA; }
a { background-color: rgb(169,234,202); }
div.DivClassName
{
background-color: #A9EACA;
}
.BgClassName
{
background-color: #A9EACA;
}
</style>
border-color css
<style>
span { border-color: #A9EACA; }
span { border-color: rgb(169,234,202); }
td.TdClassName
{
border-color: #A9EACA;
}
.TagClassName
{
border-color: #A9EACA;
}
</style>