Shades of Magic Mint #A6F8D3
Tints of Magic Mint #A6F8D3
RGB
CMYK
RGB Variations
Color information
#A6F8D3 (or 0xA6F8D3) is known color: Magic Mint. HEX triplet: A6, F8 and D3. RGB value is (166,248,211). Sum of RGB (Red+Green+Blue) = 166+248+211=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8D3 is #59072C. Grayscale: #DBDBDB. Windows color (decimal): -5834541 or 13891750. OLE color: 13891750.
HSL color Cylindrical-coordinate representation of color #A6F8D3: hue angle of 152.93º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F8D3 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 211 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.03 |
| HSL | 152.93º | 0.85% | 0.81% | - |
| HSV(B) | 152.93º | 0.33% | 0.97% | - |
| XYZ | 61.05 | 79.94 | 73.84 | - |
| YUV | 219.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 211 | 0.33 | 0 | 0.15 | 0.03 | 152.93 | 0.85 | 0.81 |
| Hex | A6 | F8 | D3 | 21 | 0 | F | 3 | 99 | 55 | 51 |
| Octal | 246 | 370 | 323 | 41 | 0 | 17 | 3 | 231 | 125 | 121 |
| Binary | 10100110 | 11111000 | 11010011 | 100001 | 0 | 1111 | 11 | 10011001 | 1010101 | 1010001 |
Color Harmonies of #A6F8D3
Complementary color
Monochromatic Colors of #A6F8D3
Black with #A6F8D3
Text Example
Text Example
White with #A6F8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8D3; }
p { color: rgb(166,248,211); }
H1.HeaderClassName
{
color: #A6F8D3;
}
.AnyTagClassName
{
color: #A6F8D3;
}
</style>
background-color css
<style>
a { background-color: #A6F8D3; }
a { background-color: rgb(166,248,211); }
div.DivClassName
{
background-color: #A6F8D3;
}
.BgClassName
{
background-color: #A6F8D3;
}
</style>
border-color css
<style>
span { border-color: #A6F8D3; }
span { border-color: rgb(166,248,211); }
td.TdClassName
{
border-color: #A6F8D3;
}
.TagClassName
{
border-color: #A6F8D3;
}
</style>