Shades of Magic Mint #A6FCCC
Tints of Magic Mint #A6FCCC
RGB
CMYK
RGB Variations
Color information
#A6FCCC (or 0xA6FCCC) is known color: Magic Mint. HEX triplet: A6, FC and CC. RGB value is (166,252,204). Sum of RGB (Red+Green+Blue) = 166+252+204=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCCC is #590333. Grayscale: #DCDCDC. Windows color (decimal): -5833524 or 13434022. OLE color: 13434022.
HSL color Cylindrical-coordinate representation of color #A6FCCC: hue angle of 146.51º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCCC is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 204 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.01 |
| HSL | 146.51º | 0.93% | 0.82% | - |
| HSV(B) | 146.51º | 0.34% | 0.99% | - |
| XYZ | 61.44 | 82.09 | 69.73 | - |
| YUV | 220.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 204 | 0.34 | 0 | 0.19 | 0.01 | 146.51 | 0.93 | 0.82 |
| Hex | A6 | FC | CC | 22 | 0 | 13 | 1 | 93 | 5D | 52 |
| Octal | 246 | 374 | 314 | 42 | 0 | 23 | 1 | 223 | 135 | 122 |
| Binary | 10100110 | 11111100 | 11001100 | 100010 | 0 | 10011 | 1 | 10010011 | 1011101 | 1010010 |
Color Harmonies of #A6FCCC
Complementary color
Monochromatic Colors of #A6FCCC
Black with #A6FCCC
Text Example
Text Example
White with #A6FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FCCC; }
p { color: rgb(166,252,204); }
H1.HeaderClassName
{
color: #A6FCCC;
}
.AnyTagClassName
{
color: #A6FCCC;
}
</style>
background-color css
<style>
a { background-color: #A6FCCC; }
a { background-color: rgb(166,252,204); }
div.DivClassName
{
background-color: #A6FCCC;
}
.BgClassName
{
background-color: #A6FCCC;
}
</style>
border-color css
<style>
span { border-color: #A6FCCC; }
span { border-color: rgb(166,252,204); }
td.TdClassName
{
border-color: #A6FCCC;
}
.TagClassName
{
border-color: #A6FCCC;
}
</style>