Shades of Magic Mint #A6FCDC
Tints of Magic Mint #A6FCDC
RGB
CMYK
RGB Variations
Color information
#A6FCDC (or 0xA6FCDC) is known color: Magic Mint. HEX triplet: A6, FC and DC. RGB value is (166,252,220). Sum of RGB (Red+Green+Blue) = 166+252+220=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCDC is #590323. Grayscale: #DEDEDE. Windows color (decimal): -5833508 or 14482598. OLE color: 14482598.
HSL color Cylindrical-coordinate representation of color #A6FCDC: hue angle of 157.67º 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 #A6FCDC is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 220 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.01 |
| HSL | 157.67º | 0.93% | 0.82% | - |
| HSV(B) | 157.67º | 0.34% | 0.99% | - |
| XYZ | 63.45 | 82.9 | 80.37 | - |
| YUV | 222.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 220 | 0.34 | 0 | 0.13 | 0.01 | 157.67 | 0.93 | 0.82 |
| Hex | A6 | FC | DC | 22 | 0 | D | 1 | 9E | 5D | 52 |
| Octal | 246 | 374 | 334 | 42 | 0 | 15 | 1 | 236 | 135 | 122 |
| Binary | 10100110 | 11111100 | 11011100 | 100010 | 0 | 1101 | 1 | 10011110 | 1011101 | 1010010 |
Color Harmonies of #A6FCDC
Complementary color
Monochromatic Colors of #A6FCDC
Black with #A6FCDC
Text Example
Text Example
White with #A6FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FCDC; }
p { color: rgb(166,252,220); }
H1.HeaderClassName
{
color: #A6FCDC;
}
.AnyTagClassName
{
color: #A6FCDC;
}
</style>
background-color css
<style>
a { background-color: #A6FCDC; }
a { background-color: rgb(166,252,220); }
div.DivClassName
{
background-color: #A6FCDC;
}
.BgClassName
{
background-color: #A6FCDC;
}
</style>
border-color css
<style>
span { border-color: #A6FCDC; }
span { border-color: rgb(166,252,220); }
td.TdClassName
{
border-color: #A6FCDC;
}
.TagClassName
{
border-color: #A6FCDC;
}
</style>