Shades of Magic Mint #A9EDC9
Tints of Magic Mint #A9EDC9
RGB
CMYK
RGB Variations
Color information
#A9EDC9 (or 0xA9EDC9) is known color: Magic Mint. HEX triplet: A9, ED and C9. RGB value is (169,237,201). Sum of RGB (Red+Green+Blue) = 169+237+201=607 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.84% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDC9 is #561236. Grayscale: #D4D4D4. Windows color (decimal): -5640759 or 13233577. OLE color: 13233577.
HSL color Cylindrical-coordinate representation of color #A9EDC9: hue angle of 148.24º 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 #A9EDC9 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 201 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.07 |
| HSL | 148.24º | 0.65% | 0.8% | - |
| HSV(B) | 148.24º | 0.29% | 0.93% | - |
| XYZ | 57.19 | 73.22 | 66.38 | - |
| YUV | 212.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 201 | 0.29 | 0 | 0.15 | 0.07 | 148.24 | 0.65 | 0.8 |
| Hex | A9 | ED | C9 | 1D | 0 | F | 7 | 94 | 41 | 50 |
| Octal | 251 | 355 | 311 | 35 | 0 | 17 | 7 | 224 | 101 | 120 |
| Binary | 10101001 | 11101101 | 11001001 | 11101 | 0 | 1111 | 111 | 10010100 | 1000001 | 1010000 |
Color Harmonies of #A9EDC9
Complementary color
Monochromatic Colors of #A9EDC9
Black with #A9EDC9
Text Example
Text Example
White with #A9EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDC9; }
p { color: rgb(169,237,201); }
H1.HeaderClassName
{
color: #A9EDC9;
}
.AnyTagClassName
{
color: #A9EDC9;
}
</style>
background-color css
<style>
a { background-color: #A9EDC9; }
a { background-color: rgb(169,237,201); }
div.DivClassName
{
background-color: #A9EDC9;
}
.BgClassName
{
background-color: #A9EDC9;
}
</style>
border-color css
<style>
span { border-color: #A9EDC9; }
span { border-color: rgb(169,237,201); }
td.TdClassName
{
border-color: #A9EDC9;
}
.TagClassName
{
border-color: #A9EDC9;
}
</style>