Shades of Magic Mint #A6FDD0
Tints of Magic Mint #A6FDD0
RGB
CMYK
RGB Variations
Color information
#A6FDD0 (or 0xA6FDD0) is known color: Magic Mint. HEX triplet: A6, FD and D0. RGB value is (166,253,208). Sum of RGB (Red+Green+Blue) = 166+253+208=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDD0 is #59022F. Grayscale: #DDDDDD. Windows color (decimal): -5833264 or 13696422. OLE color: 13696422.
HSL color Cylindrical-coordinate representation of color #A6FDD0: hue angle of 148.97º 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 #A6FDD0 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 208 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.01 |
| HSL | 148.97º | 0.96% | 0.82% | - |
| HSV(B) | 148.97º | 0.34% | 0.99% | - |
| XYZ | 62.24 | 82.91 | 72.4 | - |
| YUV | 221.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 208 | 0.34 | 0 | 0.18 | 0.01 | 148.97 | 0.96 | 0.82 |
| Hex | A6 | FD | D0 | 22 | 0 | 12 | 1 | 95 | 60 | 52 |
| Octal | 246 | 375 | 320 | 42 | 0 | 22 | 1 | 225 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11010000 | 100010 | 0 | 10010 | 1 | 10010101 | 1100000 | 1010010 |
Color Harmonies of #A6FDD0
Complementary color
Monochromatic Colors of #A6FDD0
Black with #A6FDD0
Text Example
Text Example
White with #A6FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDD0; }
p { color: rgb(166,253,208); }
H1.HeaderClassName
{
color: #A6FDD0;
}
.AnyTagClassName
{
color: #A6FDD0;
}
</style>
background-color css
<style>
a { background-color: #A6FDD0; }
a { background-color: rgb(166,253,208); }
div.DivClassName
{
background-color: #A6FDD0;
}
.BgClassName
{
background-color: #A6FDD0;
}
</style>
border-color css
<style>
span { border-color: #A6FDD0; }
span { border-color: rgb(166,253,208); }
td.TdClassName
{
border-color: #A6FDD0;
}
.TagClassName
{
border-color: #A6FDD0;
}
</style>