Shades of Magic Mint #A9E7C7
Tints of Magic Mint #A9E7C7
RGB
CMYK
RGB Variations
Color information
#A9E7C7 (or 0xA9E7C7) is known color: Magic Mint. HEX triplet: A9, E7 and C7. RGB value is (169,231,199). Sum of RGB (Red+Green+Blue) = 169+231+199=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #A9E7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E7C7 is #561838. Grayscale: #D0D0D0. Windows color (decimal): -5642297 or 13100969. OLE color: 13100969.
HSL color Cylindrical-coordinate representation of color #A9E7C7: hue angle of 149.03º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E7C7 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 231 | 199 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.09 |
| HSL | 149.03º | 0.56% | 0.78% | - |
| HSV(B) | 149.03º | 0.27% | 0.91% | - |
| XYZ | 55.25 | 69.71 | 64.58 | - |
| YUV | 208.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 231 | 199 | 0.27 | 0 | 0.14 | 0.09 | 149.03 | 0.56 | 0.78 |
| Hex | A9 | E7 | C7 | 1B | 0 | E | 9 | 95 | 38 | 4E |
| Octal | 251 | 347 | 307 | 33 | 0 | 16 | 11 | 225 | 70 | 116 |
| Binary | 10101001 | 11100111 | 11000111 | 11011 | 0 | 1110 | 1001 | 10010101 | 111000 | 1001110 |
Color Harmonies of #A9E7C7
Complementary color
Monochromatic Colors of #A9E7C7
Black with #A9E7C7
Text Example
Text Example
White with #A9E7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E7C7; }
p { color: rgb(169,231,199); }
H1.HeaderClassName
{
color: #A9E7C7;
}
.AnyTagClassName
{
color: #A9E7C7;
}
</style>
background-color css
<style>
a { background-color: #A9E7C7; }
a { background-color: rgb(169,231,199); }
div.DivClassName
{
background-color: #A9E7C7;
}
.BgClassName
{
background-color: #A9E7C7;
}
</style>
border-color css
<style>
span { border-color: #A9E7C7; }
span { border-color: rgb(169,231,199); }
td.TdClassName
{
border-color: #A9E7C7;
}
.TagClassName
{
border-color: #A9E7C7;
}
</style>