Shades of Magic Mint #A6F8D4
Tints of Magic Mint #A6F8D4
RGB
CMYK
RGB Variations
Color information
#A6F8D4 (or 0xA6F8D4) is known color: Magic Mint. HEX triplet: A6, F8 and D4. RGB value is (166,248,212). Sum of RGB (Red+Green+Blue) = 166+248+212=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8D4 is #59072B. Grayscale: #DBDBDB. Windows color (decimal): -5834540 or 13957286. OLE color: 13957286.
HSL color Cylindrical-coordinate representation of color #A6F8D4: hue angle of 153.66º 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 #A6F8D4 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 212 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.03 |
| HSL | 153.66º | 0.85% | 0.81% | - |
| HSV(B) | 153.66º | 0.33% | 0.97% | - |
| XYZ | 61.18 | 80 | 74.5 | - |
| YUV | 219.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 212 | 0.33 | 0 | 0.15 | 0.03 | 153.66 | 0.85 | 0.81 |
| Hex | A6 | F8 | D4 | 21 | 0 | F | 3 | 9A | 55 | 51 |
| Octal | 246 | 370 | 324 | 41 | 0 | 17 | 3 | 232 | 125 | 121 |
| Binary | 10100110 | 11111000 | 11010100 | 100001 | 0 | 1111 | 11 | 10011010 | 1010101 | 1010001 |
Color Harmonies of #A6F8D4
Complementary color
Monochromatic Colors of #A6F8D4
Black with #A6F8D4
Text Example
Text Example
White with #A6F8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8D4; }
p { color: rgb(166,248,212); }
H1.HeaderClassName
{
color: #A6F8D4;
}
.AnyTagClassName
{
color: #A6F8D4;
}
</style>
background-color css
<style>
a { background-color: #A6F8D4; }
a { background-color: rgb(166,248,212); }
div.DivClassName
{
background-color: #A6F8D4;
}
.BgClassName
{
background-color: #A6F8D4;
}
</style>
border-color css
<style>
span { border-color: #A6F8D4; }
span { border-color: rgb(166,248,212); }
td.TdClassName
{
border-color: #A6F8D4;
}
.TagClassName
{
border-color: #A6F8D4;
}
</style>