Shades of Magic Mint #A7E0C9
Tints of Magic Mint #A7E0C9
RGB
CMYK
RGB Variations
Color information
#A7E0C9 (or 0xA7E0C9) is known color: Magic Mint. HEX triplet: A7, E0 and C9. RGB value is (167,224,201). Sum of RGB (Red+Green+Blue) = 167+224+201=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0C9 is #581F36. Grayscale: #CCCCCC. Windows color (decimal): -5775159 or 13230247. OLE color: 13230247.
HSL color Cylindrical-coordinate representation of color #A7E0C9: hue angle of 155.79º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0C9 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 201 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.12 |
| HSL | 155.79º | 0.48% | 0.77% | - |
| HSV(B) | 155.79º | 0.25% | 0.88% | - |
| XYZ | 53.13 | 65.74 | 65.15 | - |
| YUV | 204.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 201 | 0.25 | 0 | 0.10 | 0.12 | 155.79 | 0.48 | 0.77 |
| Hex | A7 | E0 | C9 | 19 | 0 | A | C | 9C | 30 | 4D |
| Octal | 247 | 340 | 311 | 31 | 0 | 12 | 14 | 234 | 60 | 115 |
| Binary | 10100111 | 11100000 | 11001001 | 11001 | 0 | 1010 | 1100 | 10011100 | 110000 | 1001101 |
Color Harmonies of #A7E0C9
Complementary color
Monochromatic Colors of #A7E0C9
Black with #A7E0C9
Text Example
Text Example
White with #A7E0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0C9; }
p { color: rgb(167,224,201); }
H1.HeaderClassName
{
color: #A7E0C9;
}
.AnyTagClassName
{
color: #A7E0C9;
}
</style>
background-color css
<style>
a { background-color: #A7E0C9; }
a { background-color: rgb(167,224,201); }
div.DivClassName
{
background-color: #A7E0C9;
}
.BgClassName
{
background-color: #A7E0C9;
}
</style>
border-color css
<style>
span { border-color: #A7E0C9; }
span { border-color: rgb(167,224,201); }
td.TdClassName
{
border-color: #A7E0C9;
}
.TagClassName
{
border-color: #A7E0C9;
}
</style>