Shades of Magic Mint #A7FAC0
Tints of Magic Mint #A7FAC0
RGB
CMYK
RGB Variations
Color information
#A7FAC0 (or 0xA7FAC0) is known color: Magic Mint. HEX triplet: A7, FA and C0. RGB value is (167,250,192). Sum of RGB (Red+Green+Blue) = 167+250+192=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FAC0 is #58053F. Grayscale: #DADADA. Windows color (decimal): -5768512 or 12647079. OLE color: 12647079.
HSL color Cylindrical-coordinate representation of color #A7FAC0: hue angle of 138.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FAC0 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 250 | 192 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.02 |
| HSL | 138.07º | 0.89% | 0.82% | - |
| HSV(B) | 138.07º | 0.33% | 0.98% | - |
| XYZ | 59.64 | 80.39 | 62.24 | - |
| YUV | 218.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 250 | 192 | 0.33 | 0 | 0.23 | 0.02 | 138.07 | 0.89 | 0.82 |
| Hex | A7 | FA | C0 | 21 | 0 | 17 | 2 | 8A | 59 | 52 |
| Octal | 247 | 372 | 300 | 41 | 0 | 27 | 2 | 212 | 131 | 122 |
| Binary | 10100111 | 11111010 | 11000000 | 100001 | 0 | 10111 | 10 | 10001010 | 1011001 | 1010010 |
Color Harmonies of #A7FAC0
Complementary color
Monochromatic Colors of #A7FAC0
Black with #A7FAC0
Text Example
Text Example
White with #A7FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FAC0; }
p { color: rgb(167,250,192); }
H1.HeaderClassName
{
color: #A7FAC0;
}
.AnyTagClassName
{
color: #A7FAC0;
}
</style>
background-color css
<style>
a { background-color: #A7FAC0; }
a { background-color: rgb(167,250,192); }
div.DivClassName
{
background-color: #A7FAC0;
}
.BgClassName
{
background-color: #A7FAC0;
}
</style>
border-color css
<style>
span { border-color: #A7FAC0; }
span { border-color: rgb(167,250,192); }
td.TdClassName
{
border-color: #A7FAC0;
}
.TagClassName
{
border-color: #A7FAC0;
}
</style>