Shades of Magic Mint #A9EAC8
Tints of Magic Mint #A9EAC8
RGB
CMYK
RGB Variations
Color information
#A9EAC8 (or 0xA9EAC8) is known color: Magic Mint. HEX triplet: A9, EA and C8. RGB value is (169,234,200). Sum of RGB (Red+Green+Blue) = 169+234+200=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EAC8 is #561537. Grayscale: #D2D2D2. Windows color (decimal): -5641528 or 13167273. OLE color: 13167273.
HSL color Cylindrical-coordinate representation of color #A9EAC8: hue angle of 148.62º 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 #A9EAC8 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 200 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.08 |
| HSL | 148.62º | 0.61% | 0.79% | - |
| HSV(B) | 148.62º | 0.28% | 0.92% | - |
| XYZ | 56.21 | 71.45 | 65.47 | - |
| YUV | 210.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 200 | 0.28 | 0 | 0.15 | 0.08 | 148.62 | 0.61 | 0.79 |
| Hex | A9 | EA | C8 | 1C | 0 | F | 8 | 95 | 3D | 4F |
| Octal | 251 | 352 | 310 | 34 | 0 | 17 | 10 | 225 | 75 | 117 |
| Binary | 10101001 | 11101010 | 11001000 | 11100 | 0 | 1111 | 1000 | 10010101 | 111101 | 1001111 |
Color Harmonies of #A9EAC8
Complementary color
Monochromatic Colors of #A9EAC8
Black with #A9EAC8
Text Example
Text Example
White with #A9EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EAC8; }
p { color: rgb(169,234,200); }
H1.HeaderClassName
{
color: #A9EAC8;
}
.AnyTagClassName
{
color: #A9EAC8;
}
</style>
background-color css
<style>
a { background-color: #A9EAC8; }
a { background-color: rgb(169,234,200); }
div.DivClassName
{
background-color: #A9EAC8;
}
.BgClassName
{
background-color: #A9EAC8;
}
</style>
border-color css
<style>
span { border-color: #A9EAC8; }
span { border-color: rgb(169,234,200); }
td.TdClassName
{
border-color: #A9EAC8;
}
.TagClassName
{
border-color: #A9EAC8;
}
</style>