Shades of Magic Mint #A6EED8
Tints of Magic Mint #A6EED8
RGB
CMYK
RGB Variations
Color information
#A6EED8 (or 0xA6EED8) is known color: Magic Mint. HEX triplet: A6, EE and D8. RGB value is (166,238,216). Sum of RGB (Red+Green+Blue) = 166+238+216=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EED8 is #591127. Grayscale: #D5D5D5. Windows color (decimal): -5837096 or 14216870. OLE color: 14216870.
HSL color Cylindrical-coordinate representation of color #A6EED8: hue angle of 161.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EED8 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 216 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.07 |
| HSL | 161.67º | 0.68% | 0.79% | - |
| HSV(B) | 161.67º | 0.3% | 0.93% | - |
| XYZ | 58.7 | 74.21 | 76.2 | - |
| YUV | 213.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 216 | 0.30 | 0 | 0.09 | 0.07 | 161.67 | 0.68 | 0.79 |
| Hex | A6 | EE | D8 | 1E | 0 | 9 | 7 | A2 | 44 | 4F |
| Octal | 246 | 356 | 330 | 36 | 0 | 11 | 7 | 242 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11011000 | 11110 | 0 | 1001 | 111 | 10100010 | 1000100 | 1001111 |
Color Harmonies of #A6EED8
Complementary color
Monochromatic Colors of #A6EED8
Black with #A6EED8
Text Example
Text Example
White with #A6EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EED8; }
p { color: rgb(166,238,216); }
H1.HeaderClassName
{
color: #A6EED8;
}
.AnyTagClassName
{
color: #A6EED8;
}
</style>
background-color css
<style>
a { background-color: #A6EED8; }
a { background-color: rgb(166,238,216); }
div.DivClassName
{
background-color: #A6EED8;
}
.BgClassName
{
background-color: #A6EED8;
}
</style>
border-color css
<style>
span { border-color: #A6EED8; }
span { border-color: rgb(166,238,216); }
td.TdClassName
{
border-color: #A6EED8;
}
.TagClassName
{
border-color: #A6EED8;
}
</style>