Shades of Magic Mint #A6FDD2
Tints of Magic Mint #A6FDD2
RGB
CMYK
RGB Variations
Color information
#A6FDD2 (or 0xA6FDD2) is known color: Magic Mint. HEX triplet: A6, FD and D2. RGB value is (166,253,210). Sum of RGB (Red+Green+Blue) = 166+253+210=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDD2 is #59022D. Grayscale: #DEDEDE. Windows color (decimal): -5833262 or 13827494. OLE color: 13827494.
HSL color Cylindrical-coordinate representation of color #A6FDD2: hue angle of 150.34º degrees, saturation: 0.96, 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 #A6FDD2 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 210 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.01 |
| HSL | 150.34º | 0.96% | 0.82% | - |
| HSV(B) | 150.34º | 0.34% | 0.99% | - |
| XYZ | 62.48 | 83.01 | 73.7 | - |
| YUV | 222.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 210 | 0.34 | 0 | 0.17 | 0.01 | 150.34 | 0.96 | 0.82 |
| Hex | A6 | FD | D2 | 22 | 0 | 11 | 1 | 96 | 60 | 52 |
| Octal | 246 | 375 | 322 | 42 | 0 | 21 | 1 | 226 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11010010 | 100010 | 0 | 10001 | 1 | 10010110 | 1100000 | 1010010 |
Color Harmonies of #A6FDD2
Complementary color
Monochromatic Colors of #A6FDD2
Black with #A6FDD2
Text Example
Text Example
White with #A6FDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDD2; }
p { color: rgb(166,253,210); }
H1.HeaderClassName
{
color: #A6FDD2;
}
.AnyTagClassName
{
color: #A6FDD2;
}
</style>
background-color css
<style>
a { background-color: #A6FDD2; }
a { background-color: rgb(166,253,210); }
div.DivClassName
{
background-color: #A6FDD2;
}
.BgClassName
{
background-color: #A6FDD2;
}
</style>
border-color css
<style>
span { border-color: #A6FDD2; }
span { border-color: rgb(166,253,210); }
td.TdClassName
{
border-color: #A6FDD2;
}
.TagClassName
{
border-color: #A6FDD2;
}
</style>