Shades of Magic Mint #A6E9C5
Tints of Magic Mint #A6E9C5
RGB
CMYK
RGB Variations
Color information
#A6E9C5 (or 0xA6E9C5) is known color: Magic Mint. HEX triplet: A6, E9 and C5. RGB value is (166,233,197). Sum of RGB (Red+Green+Blue) = 166+233+197=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9C5 is #59163A. Grayscale: #D0D0D0. Windows color (decimal): -5838395 or 12970406. OLE color: 12970406.
HSL color Cylindrical-coordinate representation of color #A6E9C5: hue angle of 147.76º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9C5 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 197 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.09 |
| HSL | 147.76º | 0.6% | 0.78% | - |
| HSV(B) | 147.76º | 0.29% | 0.91% | - |
| XYZ | 54.94 | 70.42 | 63.52 | - |
| YUV | 208.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 197 | 0.29 | 0 | 0.15 | 0.09 | 147.76 | 0.6 | 0.78 |
| Hex | A6 | E9 | C5 | 1D | 0 | F | 9 | 94 | 3C | 4E |
| Octal | 246 | 351 | 305 | 35 | 0 | 17 | 11 | 224 | 74 | 116 |
| Binary | 10100110 | 11101001 | 11000101 | 11101 | 0 | 1111 | 1001 | 10010100 | 111100 | 1001110 |
Color Harmonies of #A6E9C5
Complementary color
Monochromatic Colors of #A6E9C5
Black with #A6E9C5
Text Example
Text Example
White with #A6E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9C5; }
p { color: rgb(166,233,197); }
H1.HeaderClassName
{
color: #A6E9C5;
}
.AnyTagClassName
{
color: #A6E9C5;
}
</style>
background-color css
<style>
a { background-color: #A6E9C5; }
a { background-color: rgb(166,233,197); }
div.DivClassName
{
background-color: #A6E9C5;
}
.BgClassName
{
background-color: #A6E9C5;
}
</style>
border-color css
<style>
span { border-color: #A6E9C5; }
span { border-color: rgb(166,233,197); }
td.TdClassName
{
border-color: #A6E9C5;
}
.TagClassName
{
border-color: #A6E9C5;
}
</style>