Shades of Magic Mint #A6E5C9
Tints of Magic Mint #A6E5C9
RGB
CMYK
RGB Variations
Color information
#A6E5C9 (or 0xA6E5C9) is known color: Magic Mint. HEX triplet: A6, E5 and C9. RGB value is (166,229,201). Sum of RGB (Red+Green+Blue) = 166+229+201=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5C9 is #591A36. Grayscale: #CFCFCF. Windows color (decimal): -5839415 or 13231526. OLE color: 13231526.
HSL color Cylindrical-coordinate representation of color #A6E5C9: hue angle of 153.33º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5C9 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 201 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.10 |
| HSL | 153.33º | 0.55% | 0.77% | - |
| HSV(B) | 153.33º | 0.28% | 0.9% | - |
| XYZ | 54.29 | 68.36 | 65.59 | - |
| YUV | 206.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 201 | 0.28 | 0 | 0.12 | 0.10 | 153.33 | 0.55 | 0.77 |
| Hex | A6 | E5 | C9 | 1C | 0 | C | A | 99 | 37 | 4D |
| Octal | 246 | 345 | 311 | 34 | 0 | 14 | 12 | 231 | 67 | 115 |
| Binary | 10100110 | 11100101 | 11001001 | 11100 | 0 | 1100 | 1010 | 10011001 | 110111 | 1001101 |
Color Harmonies of #A6E5C9
Complementary color
Monochromatic Colors of #A6E5C9
Black with #A6E5C9
Text Example
Text Example
White with #A6E5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E5C9; }
p { color: rgb(166,229,201); }
H1.HeaderClassName
{
color: #A6E5C9;
}
.AnyTagClassName
{
color: #A6E5C9;
}
</style>
background-color css
<style>
a { background-color: #A6E5C9; }
a { background-color: rgb(166,229,201); }
div.DivClassName
{
background-color: #A6E5C9;
}
.BgClassName
{
background-color: #A6E5C9;
}
</style>
border-color css
<style>
span { border-color: #A6E5C9; }
span { border-color: rgb(166,229,201); }
td.TdClassName
{
border-color: #A6E5C9;
}
.TagClassName
{
border-color: #A6E5C9;
}
</style>