Shades of Magic Mint #A6FFCC
Tints of Magic Mint #A6FFCC
RGB
CMYK
RGB Variations
Color information
#A6FFCC (or 0xA6FFCC) is known color: Magic Mint. HEX triplet: A6, FF and CC. RGB value is (166,255,204). Sum of RGB (Red+Green+Blue) = 166+255+204=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFCC is #590033. Grayscale: #DEDEDE. Windows color (decimal): -5832756 or 13434790. OLE color: 13434790.
HSL color Cylindrical-coordinate representation of color #A6FFCC: hue angle of 145.62º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFCC is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 204 | - |
| CMYK | 0.35 | 0 | 0.2 | 0 |
| HSL | 145.62º | 1% | 0.83% | - |
| HSV(B) | 145.62º | 0.35% | 1% | - |
| XYZ | 62.38 | 83.99 | 70.05 | - |
| YUV | 222.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 204 | 0.35 | 0 | 0.2 | 0 | 145.62 | 1 | 0.83 |
| Hex | A6 | FF | CC | 23 | 0 | 14 | 0 | 92 | 64 | 53 |
| Octal | 246 | 377 | 314 | 43 | 0 | 24 | 0 | 222 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11001100 | 100011 | 0 | 10100 | 0 | 10010010 | 1100100 | 1010011 |
Color Harmonies of #A6FFCC
Complementary color
Monochromatic Colors of #A6FFCC
Black with #A6FFCC
Text Example
Text Example
White with #A6FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFCC; }
p { color: rgb(166,255,204); }
H1.HeaderClassName
{
color: #A6FFCC;
}
.AnyTagClassName
{
color: #A6FFCC;
}
</style>
background-color css
<style>
a { background-color: #A6FFCC; }
a { background-color: rgb(166,255,204); }
div.DivClassName
{
background-color: #A6FFCC;
}
.BgClassName
{
background-color: #A6FFCC;
}
</style>
border-color css
<style>
span { border-color: #A6FFCC; }
span { border-color: rgb(166,255,204); }
td.TdClassName
{
border-color: #A6FFCC;
}
.TagClassName
{
border-color: #A6FFCC;
}
</style>