Shades of Magic Mint #A6E7CF
Tints of Magic Mint #A6E7CF
RGB
CMYK
RGB Variations
Color information
#A6E7CF (or 0xA6E7CF) is known color: Magic Mint. HEX triplet: A6, E7 and CF. RGB value is (166,231,207). Sum of RGB (Red+Green+Blue) = 166+231+207=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7CF is #591830. Grayscale: #D0D0D0. Windows color (decimal): -5838897 or 13625254. OLE color: 13625254.
HSL color Cylindrical-coordinate representation of color #A6E7CF: hue angle of 157.85º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E7CF is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 231 | 207 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.09 |
| HSL | 157.85º | 0.58% | 0.78% | - |
| HSV(B) | 157.85º | 0.28% | 0.91% | - |
| XYZ | 55.56 | 69.76 | 69.57 | - |
| YUV | 208.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 231 | 207 | 0.28 | 0 | 0.10 | 0.09 | 157.85 | 0.58 | 0.78 |
| Hex | A6 | E7 | CF | 1C | 0 | A | 9 | 9E | 3A | 4E |
| Octal | 246 | 347 | 317 | 34 | 0 | 12 | 11 | 236 | 72 | 116 |
| Binary | 10100110 | 11100111 | 11001111 | 11100 | 0 | 1010 | 1001 | 10011110 | 111010 | 1001110 |
Color Harmonies of #A6E7CF
Complementary color
Monochromatic Colors of #A6E7CF
Black with #A6E7CF
Text Example
Text Example
White with #A6E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E7CF; }
p { color: rgb(166,231,207); }
H1.HeaderClassName
{
color: #A6E7CF;
}
.AnyTagClassName
{
color: #A6E7CF;
}
</style>
background-color css
<style>
a { background-color: #A6E7CF; }
a { background-color: rgb(166,231,207); }
div.DivClassName
{
background-color: #A6E7CF;
}
.BgClassName
{
background-color: #A6E7CF;
}
</style>
border-color css
<style>
span { border-color: #A6E7CF; }
span { border-color: rgb(166,231,207); }
td.TdClassName
{
border-color: #A6E7CF;
}
.TagClassName
{
border-color: #A6E7CF;
}
</style>