Shades of Magic Mint #A6E5CC
Tints of Magic Mint #A6E5CC
RGB
CMYK
RGB Variations
Color information
#A6E5CC (or 0xA6E5CC) is known color: Magic Mint. HEX triplet: A6, E5 and CC. RGB value is (166,229,204). Sum of RGB (Red+Green+Blue) = 166+229+204=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5CC is #591A33. Grayscale: #CFCFCF. Windows color (decimal): -5839412 or 13428134. OLE color: 13428134.
HSL color Cylindrical-coordinate representation of color #A6E5CC: hue angle of 156.19º 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 #A6E5CC is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 204 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.10 |
| HSL | 156.19º | 0.55% | 0.77% | - |
| HSV(B) | 156.19º | 0.28% | 0.9% | - |
| XYZ | 54.64 | 68.51 | 67.47 | - |
| YUV | 207.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 204 | 0.28 | 0 | 0.11 | 0.10 | 156.19 | 0.55 | 0.77 |
| Hex | A6 | E5 | CC | 1C | 0 | B | A | 9C | 37 | 4D |
| Octal | 246 | 345 | 314 | 34 | 0 | 13 | 12 | 234 | 67 | 115 |
| Binary | 10100110 | 11100101 | 11001100 | 11100 | 0 | 1011 | 1010 | 10011100 | 110111 | 1001101 |
Color Harmonies of #A6E5CC
Complementary color
Monochromatic Colors of #A6E5CC
Black with #A6E5CC
Text Example
Text Example
White with #A6E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E5CC; }
p { color: rgb(166,229,204); }
H1.HeaderClassName
{
color: #A6E5CC;
}
.AnyTagClassName
{
color: #A6E5CC;
}
</style>
background-color css
<style>
a { background-color: #A6E5CC; }
a { background-color: rgb(166,229,204); }
div.DivClassName
{
background-color: #A6E5CC;
}
.BgClassName
{
background-color: #A6E5CC;
}
</style>
border-color css
<style>
span { border-color: #A6E5CC; }
span { border-color: rgb(166,229,204); }
td.TdClassName
{
border-color: #A6E5CC;
}
.TagClassName
{
border-color: #A6E5CC;
}
</style>