Shades of Magic Mint #A6EFD1
Tints of Magic Mint #A6EFD1
RGB
CMYK
RGB Variations
Color information
#A6EFD1 (or 0xA6EFD1) is known color: Magic Mint. HEX triplet: A6, EF and D1. RGB value is (166,239,209). Sum of RGB (Red+Green+Blue) = 166+239+209=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFD1 is #59102E. Grayscale: #D5D5D5. Windows color (decimal): -5836847 or 13758374. OLE color: 13758374.
HSL color Cylindrical-coordinate representation of color #A6EFD1: hue angle of 155.34º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFD1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 209 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.06 |
| HSL | 155.34º | 0.7% | 0.79% | - |
| HSV(B) | 155.34º | 0.31% | 0.94% | - |
| XYZ | 58.1 | 74.44 | 71.63 | - |
| YUV | 213.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 209 | 0.31 | 0 | 0.13 | 0.06 | 155.34 | 0.7 | 0.79 |
| Hex | A6 | EF | D1 | 1F | 0 | D | 6 | 9B | 46 | 4F |
| Octal | 246 | 357 | 321 | 37 | 0 | 15 | 6 | 233 | 106 | 117 |
| Binary | 10100110 | 11101111 | 11010001 | 11111 | 0 | 1101 | 110 | 10011011 | 1000110 | 1001111 |
Color Harmonies of #A6EFD1
Complementary color
Monochromatic Colors of #A6EFD1
Black with #A6EFD1
Text Example
Text Example
White with #A6EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFD1; }
p { color: rgb(166,239,209); }
H1.HeaderClassName
{
color: #A6EFD1;
}
.AnyTagClassName
{
color: #A6EFD1;
}
</style>
background-color css
<style>
a { background-color: #A6EFD1; }
a { background-color: rgb(166,239,209); }
div.DivClassName
{
background-color: #A6EFD1;
}
.BgClassName
{
background-color: #A6EFD1;
}
</style>
border-color css
<style>
span { border-color: #A6EFD1; }
span { border-color: rgb(166,239,209); }
td.TdClassName
{
border-color: #A6EFD1;
}
.TagClassName
{
border-color: #A6EFD1;
}
</style>