Shades of Magic Mint #A6E6C5
Tints of Magic Mint #A6E6C5
RGB
CMYK
RGB Variations
Color information
#A6E6C5 (or 0xA6E6C5) is known color: Magic Mint. HEX triplet: A6, E6 and C5. RGB value is (166,230,197). Sum of RGB (Red+Green+Blue) = 166+230+197=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6C5 is #59193A. Grayscale: #CFCFCF. Windows color (decimal): -5839163 or 12969638. OLE color: 12969638.
HSL color Cylindrical-coordinate representation of color #A6E6C5: hue angle of 149.06º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6C5 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 197 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.10 |
| HSL | 149.06º | 0.56% | 0.78% | - |
| HSV(B) | 149.06º | 0.28% | 0.9% | - |
| XYZ | 54.1 | 68.73 | 63.24 | - |
| YUV | 207.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 197 | 0.28 | 0 | 0.14 | 0.10 | 149.06 | 0.56 | 0.78 |
| Hex | A6 | E6 | C5 | 1C | 0 | E | A | 95 | 38 | 4E |
| Octal | 246 | 346 | 305 | 34 | 0 | 16 | 12 | 225 | 70 | 116 |
| Binary | 10100110 | 11100110 | 11000101 | 11100 | 0 | 1110 | 1010 | 10010101 | 111000 | 1001110 |
Color Harmonies of #A6E6C5
Complementary color
Monochromatic Colors of #A6E6C5
Black with #A6E6C5
Text Example
Text Example
White with #A6E6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6C5; }
p { color: rgb(166,230,197); }
H1.HeaderClassName
{
color: #A6E6C5;
}
.AnyTagClassName
{
color: #A6E6C5;
}
</style>
background-color css
<style>
a { background-color: #A6E6C5; }
a { background-color: rgb(166,230,197); }
div.DivClassName
{
background-color: #A6E6C5;
}
.BgClassName
{
background-color: #A6E6C5;
}
</style>
border-color css
<style>
span { border-color: #A6E6C5; }
span { border-color: rgb(166,230,197); }
td.TdClassName
{
border-color: #A6E6C5;
}
.TagClassName
{
border-color: #A6E6C5;
}
</style>