Shades of Magic Mint #A6EAC7
Tints of Magic Mint #A6EAC7
RGB
CMYK
RGB Variations
Color information
#A6EAC7 (or 0xA6EAC7) is known color: Magic Mint. HEX triplet: A6, EA and C7. RGB value is (166,234,199). Sum of RGB (Red+Green+Blue) = 166+234+199=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAC7 is #591538. Grayscale: #D1D1D1. Windows color (decimal): -5838137 or 13101734. OLE color: 13101734.
HSL color Cylindrical-coordinate representation of color #A6EAC7: hue angle of 149.12º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAC7 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 199 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.08 |
| HSL | 149.12º | 0.62% | 0.78% | - |
| HSV(B) | 149.12º | 0.29% | 0.92% | - |
| XYZ | 55.46 | 71.08 | 64.83 | - |
| YUV | 209.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 199 | 0.29 | 0 | 0.15 | 0.08 | 149.12 | 0.62 | 0.78 |
| Hex | A6 | EA | C7 | 1D | 0 | F | 8 | 95 | 3E | 4E |
| Octal | 246 | 352 | 307 | 35 | 0 | 17 | 10 | 225 | 76 | 116 |
| Binary | 10100110 | 11101010 | 11000111 | 11101 | 0 | 1111 | 1000 | 10010101 | 111110 | 1001110 |
Color Harmonies of #A6EAC7
Complementary color
Monochromatic Colors of #A6EAC7
Black with #A6EAC7
Text Example
Text Example
White with #A6EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EAC7; }
p { color: rgb(166,234,199); }
H1.HeaderClassName
{
color: #A6EAC7;
}
.AnyTagClassName
{
color: #A6EAC7;
}
</style>
background-color css
<style>
a { background-color: #A6EAC7; }
a { background-color: rgb(166,234,199); }
div.DivClassName
{
background-color: #A6EAC7;
}
.BgClassName
{
background-color: #A6EAC7;
}
</style>
border-color css
<style>
span { border-color: #A6EAC7; }
span { border-color: rgb(166,234,199); }
td.TdClassName
{
border-color: #A6EAC7;
}
.TagClassName
{
border-color: #A6EAC7;
}
</style>