Shades of Magic Mint #A6FCD4
Tints of Magic Mint #A6FCD4
RGB
CMYK
RGB Variations
Color information
#A6FCD4 (or 0xA6FCD4) is known color: Magic Mint. HEX triplet: A6, FC and D4. RGB value is (166,252,212). Sum of RGB (Red+Green+Blue) = 166+252+212=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCD4 is #59032B. Grayscale: #DDDDDD. Windows color (decimal): -5833516 or 13958310. OLE color: 13958310.
HSL color Cylindrical-coordinate representation of color #A6FCD4: hue angle of 152.09º 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 #A6FCD4 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 212 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.01 |
| HSL | 152.09º | 0.93% | 0.82% | - |
| HSV(B) | 152.09º | 0.34% | 0.99% | - |
| XYZ | 62.42 | 82.48 | 74.92 | - |
| YUV | 221.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 212 | 0.34 | 0 | 0.16 | 0.01 | 152.09 | 0.93 | 0.82 |
| Hex | A6 | FC | D4 | 22 | 0 | 10 | 1 | 98 | 5D | 52 |
| Octal | 246 | 374 | 324 | 42 | 0 | 20 | 1 | 230 | 135 | 122 |
| Binary | 10100110 | 11111100 | 11010100 | 100010 | 0 | 10000 | 1 | 10011000 | 1011101 | 1010010 |
Color Harmonies of #A6FCD4
Complementary color
Monochromatic Colors of #A6FCD4
Black with #A6FCD4
Text Example
Text Example
White with #A6FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FCD4; }
p { color: rgb(166,252,212); }
H1.HeaderClassName
{
color: #A6FCD4;
}
.AnyTagClassName
{
color: #A6FCD4;
}
</style>
background-color css
<style>
a { background-color: #A6FCD4; }
a { background-color: rgb(166,252,212); }
div.DivClassName
{
background-color: #A6FCD4;
}
.BgClassName
{
background-color: #A6FCD4;
}
</style>
border-color css
<style>
span { border-color: #A6FCD4; }
span { border-color: rgb(166,252,212); }
td.TdClassName
{
border-color: #A6FCD4;
}
.TagClassName
{
border-color: #A6FCD4;
}
</style>