Shades of Magic Mint #A9EACF
Tints of Magic Mint #A9EACF
RGB
CMYK
RGB Variations
Color information
#A9EACF (or 0xA9EACF) is known color: Magic Mint. HEX triplet: A9, EA and CF. RGB value is (169,234,207). Sum of RGB (Red+Green+Blue) = 169+234+207=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EACF is #561530. Grayscale: #D3D3D3. Windows color (decimal): -5641521 or 13626025. OLE color: 13626025.
HSL color Cylindrical-coordinate representation of color #A9EACF: hue angle of 155.08º 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 #A9EACF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 207 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.08 |
| HSL | 155.08º | 0.61% | 0.79% | - |
| HSV(B) | 155.08º | 0.28% | 0.92% | - |
| XYZ | 57.05 | 71.79 | 69.88 | - |
| YUV | 211.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 207 | 0.28 | 0 | 0.12 | 0.08 | 155.08 | 0.61 | 0.79 |
| Hex | A9 | EA | CF | 1C | 0 | C | 8 | 9B | 3D | 4F |
| Octal | 251 | 352 | 317 | 34 | 0 | 14 | 10 | 233 | 75 | 117 |
| Binary | 10101001 | 11101010 | 11001111 | 11100 | 0 | 1100 | 1000 | 10011011 | 111101 | 1001111 |
Color Harmonies of #A9EACF
Complementary color
Monochromatic Colors of #A9EACF
Black with #A9EACF
Text Example
Text Example
White with #A9EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EACF; }
p { color: rgb(169,234,207); }
H1.HeaderClassName
{
color: #A9EACF;
}
.AnyTagClassName
{
color: #A9EACF;
}
</style>
background-color css
<style>
a { background-color: #A9EACF; }
a { background-color: rgb(169,234,207); }
div.DivClassName
{
background-color: #A9EACF;
}
.BgClassName
{
background-color: #A9EACF;
}
</style>
border-color css
<style>
span { border-color: #A9EACF; }
span { border-color: rgb(169,234,207); }
td.TdClassName
{
border-color: #A9EACF;
}
.TagClassName
{
border-color: #A9EACF;
}
</style>