Shades of Magic Mint #A6F2D2
Tints of Magic Mint #A6F2D2
RGB
CMYK
RGB Variations
Color information
#A6F2D2 (or 0xA6F2D2) is known color: Magic Mint. HEX triplet: A6, F2 and D2. RGB value is (166,242,210). Sum of RGB (Red+Green+Blue) = 166+242+210=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F2D2 is #590D2D. Grayscale: #D7D7D7. Windows color (decimal): -5836078 or 13824678. OLE color: 13824678.
HSL color Cylindrical-coordinate representation of color #A6F2D2: hue angle of 154.74º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F2D2 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 210 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.05 |
| HSL | 154.74º | 0.75% | 0.8% | - |
| HSV(B) | 154.74º | 0.31% | 0.95% | - |
| XYZ | 59.11 | 76.26 | 72.58 | - |
| YUV | 215.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 210 | 0.31 | 0 | 0.13 | 0.05 | 154.74 | 0.75 | 0.8 |
| Hex | A6 | F2 | D2 | 1F | 0 | D | 5 | 9B | 4B | 50 |
| Octal | 246 | 362 | 322 | 37 | 0 | 15 | 5 | 233 | 113 | 120 |
| Binary | 10100110 | 11110010 | 11010010 | 11111 | 0 | 1101 | 101 | 10011011 | 1001011 | 1010000 |
Color Harmonies of #A6F2D2
Complementary color
Monochromatic Colors of #A6F2D2
Black with #A6F2D2
Text Example
Text Example
White with #A6F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2D2; }
p { color: rgb(166,242,210); }
H1.HeaderClassName
{
color: #A6F2D2;
}
.AnyTagClassName
{
color: #A6F2D2;
}
</style>
background-color css
<style>
a { background-color: #A6F2D2; }
a { background-color: rgb(166,242,210); }
div.DivClassName
{
background-color: #A6F2D2;
}
.BgClassName
{
background-color: #A6F2D2;
}
</style>
border-color css
<style>
span { border-color: #A6F2D2; }
span { border-color: rgb(166,242,210); }
td.TdClassName
{
border-color: #A6F2D2;
}
.TagClassName
{
border-color: #A6F2D2;
}
</style>