Shades of Magic Mint #A9EDC4
Tints of Magic Mint #A9EDC4
RGB
CMYK
RGB Variations
Color information
#A9EDC4 (or 0xA9EDC4) is known color: Magic Mint. HEX triplet: A9, ED and C4. RGB value is (169,237,196). Sum of RGB (Red+Green+Blue) = 169+237+196=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDC4 is #56123B. Grayscale: #D4D4D4. Windows color (decimal): -5640764 or 12905897. OLE color: 12905897.
HSL color Cylindrical-coordinate representation of color #A9EDC4: hue angle of 143.82º 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 #A9EDC4 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 196 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.07 |
| HSL | 143.82º | 0.65% | 0.8% | - |
| HSV(B) | 143.82º | 0.29% | 0.93% | - |
| XYZ | 56.61 | 72.99 | 63.33 | - |
| YUV | 211.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 196 | 0.29 | 0 | 0.17 | 0.07 | 143.82 | 0.65 | 0.8 |
| Hex | A9 | ED | C4 | 1D | 0 | 11 | 7 | 90 | 41 | 50 |
| Octal | 251 | 355 | 304 | 35 | 0 | 21 | 7 | 220 | 101 | 120 |
| Binary | 10101001 | 11101101 | 11000100 | 11101 | 0 | 10001 | 111 | 10010000 | 1000001 | 1010000 |
Color Harmonies of #A9EDC4
Complementary color
Monochromatic Colors of #A9EDC4
Black with #A9EDC4
Text Example
Text Example
White with #A9EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDC4; }
p { color: rgb(169,237,196); }
H1.HeaderClassName
{
color: #A9EDC4;
}
.AnyTagClassName
{
color: #A9EDC4;
}
</style>
background-color css
<style>
a { background-color: #A9EDC4; }
a { background-color: rgb(169,237,196); }
div.DivClassName
{
background-color: #A9EDC4;
}
.BgClassName
{
background-color: #A9EDC4;
}
</style>
border-color css
<style>
span { border-color: #A9EDC4; }
span { border-color: rgb(169,237,196); }
td.TdClassName
{
border-color: #A9EDC4;
}
.TagClassName
{
border-color: #A9EDC4;
}
</style>