Shades of Magic Mint #A9EDD4
Tints of Magic Mint #A9EDD4
RGB
CMYK
RGB Variations
Color information
#A9EDD4 (or 0xA9EDD4) is known color: Magic Mint. HEX triplet: A9, ED and D4. RGB value is (169,237,212). Sum of RGB (Red+Green+Blue) = 169+237+212=618 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.35% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDD4 is #56122B. Grayscale: #D5D5D5. Windows color (decimal): -5640748 or 13954473. OLE color: 13954473.
HSL color Cylindrical-coordinate representation of color #A9EDD4: hue angle of 157.94º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDD4 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 212 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.07 |
| HSL | 157.94º | 0.65% | 0.8% | - |
| HSV(B) | 157.94º | 0.29% | 0.93% | - |
| XYZ | 58.53 | 73.76 | 73.44 | - |
| YUV | 213.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 212 | 0.29 | 0 | 0.11 | 0.07 | 157.94 | 0.65 | 0.8 |
| Hex | A9 | ED | D4 | 1D | 0 | B | 7 | 9E | 41 | 50 |
| Octal | 251 | 355 | 324 | 35 | 0 | 13 | 7 | 236 | 101 | 120 |
| Binary | 10101001 | 11101101 | 11010100 | 11101 | 0 | 1011 | 111 | 10011110 | 1000001 | 1010000 |
Color Harmonies of #A9EDD4
Complementary color
Monochromatic Colors of #A9EDD4
Black with #A9EDD4
Text Example
Text Example
White with #A9EDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDD4; }
p { color: rgb(169,237,212); }
H1.HeaderClassName
{
color: #A9EDD4;
}
.AnyTagClassName
{
color: #A9EDD4;
}
</style>
background-color css
<style>
a { background-color: #A9EDD4; }
a { background-color: rgb(169,237,212); }
div.DivClassName
{
background-color: #A9EDD4;
}
.BgClassName
{
background-color: #A9EDD4;
}
</style>
border-color css
<style>
span { border-color: #A9EDD4; }
span { border-color: rgb(169,237,212); }
td.TdClassName
{
border-color: #A9EDD4;
}
.TagClassName
{
border-color: #A9EDD4;
}
</style>