Shades of Magic Mint #A6FCDF
Tints of Magic Mint #A6FCDF
RGB
CMYK
RGB Variations
Color information
#A6FCDF (or 0xA6FCDF) is known color: Magic Mint. HEX triplet: A6, FC and DF. RGB value is (166,252,223). Sum of RGB (Red+Green+Blue) = 166+252+223=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCDF is #590320. Grayscale: #DFDFDF. Windows color (decimal): -5833505 or 14679206. OLE color: 14679206.
HSL color Cylindrical-coordinate representation of color #A6FCDF: hue angle of 159.77º 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 #A6FCDF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 223 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.01 |
| HSL | 159.77º | 0.93% | 0.82% | - |
| HSV(B) | 159.77º | 0.34% | 0.99% | - |
| XYZ | 63.86 | 83.06 | 82.48 | - |
| YUV | 222.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 223 | 0.34 | 0 | 0.12 | 0.01 | 159.77 | 0.93 | 0.82 |
| Hex | A6 | FC | DF | 22 | 0 | C | 1 | A0 | 5D | 52 |
| Octal | 246 | 374 | 337 | 42 | 0 | 14 | 1 | 240 | 135 | 122 |
| Binary | 10100110 | 11111100 | 11011111 | 100010 | 0 | 1100 | 1 | 10100000 | 1011101 | 1010010 |
Color Harmonies of #A6FCDF
Complementary color
Monochromatic Colors of #A6FCDF
Black with #A6FCDF
Text Example
Text Example
White with #A6FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FCDF; }
p { color: rgb(166,252,223); }
H1.HeaderClassName
{
color: #A6FCDF;
}
.AnyTagClassName
{
color: #A6FCDF;
}
</style>
background-color css
<style>
a { background-color: #A6FCDF; }
a { background-color: rgb(166,252,223); }
div.DivClassName
{
background-color: #A6FCDF;
}
.BgClassName
{
background-color: #A6FCDF;
}
</style>
border-color css
<style>
span { border-color: #A6FCDF; }
span { border-color: rgb(166,252,223); }
td.TdClassName
{
border-color: #A6FCDF;
}
.TagClassName
{
border-color: #A6FCDF;
}
</style>