Shades of Magic Mint #A9EBD5
Tints of Magic Mint #A9EBD5
RGB
CMYK
RGB Variations
Color information
#A9EBD5 (or 0xA9EBD5) is known color: Magic Mint. HEX triplet: A9, EB and D5. RGB value is (169,235,213). Sum of RGB (Red+Green+Blue) = 169+235+213=617 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.39% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBD5 is #56142A. Grayscale: #D4D4D4. Windows color (decimal): -5641259 or 14019497. OLE color: 14019497.
HSL color Cylindrical-coordinate representation of color #A9EBD5: hue angle of 160º 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 #A9EBD5 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 235 | 213 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.08 |
| HSL | 160º | 0.62% | 0.79% | - |
| HSV(B) | 160º | 0.28% | 0.92% | - |
| XYZ | 58.08 | 72.66 | 73.91 | - |
| YUV | 212.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 213 | 0.28 | 0 | 0.09 | 0.08 | 160 | 0.62 | 0.79 |
| Hex | A9 | EB | D5 | 1C | 0 | 9 | 8 | A0 | 3E | 4F |
| Octal | 251 | 353 | 325 | 34 | 0 | 11 | 10 | 240 | 76 | 117 |
| Binary | 10101001 | 11101011 | 11010101 | 11100 | 0 | 1001 | 1000 | 10100000 | 111110 | 1001111 |
Color Harmonies of #A9EBD5
Complementary color
Monochromatic Colors of #A9EBD5
Black with #A9EBD5
Text Example
Text Example
White with #A9EBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBD5; }
p { color: rgb(169,235,213); }
H1.HeaderClassName
{
color: #A9EBD5;
}
.AnyTagClassName
{
color: #A9EBD5;
}
</style>
background-color css
<style>
a { background-color: #A9EBD5; }
a { background-color: rgb(169,235,213); }
div.DivClassName
{
background-color: #A9EBD5;
}
.BgClassName
{
background-color: #A9EBD5;
}
</style>
border-color css
<style>
span { border-color: #A9EBD5; }
span { border-color: rgb(169,235,213); }
td.TdClassName
{
border-color: #A9EBD5;
}
.TagClassName
{
border-color: #A9EBD5;
}
</style>