Shades of Magic Mint #A6EFD0
Tints of Magic Mint #A6EFD0
RGB
CMYK
RGB Variations
Color information
#A6EFD0 (or 0xA6EFD0) is known color: Magic Mint. HEX triplet: A6, EF and D0. RGB value is (166,239,208). Sum of RGB (Red+Green+Blue) = 166+239+208=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFD0 is #59102F. Grayscale: #D5D5D5. Windows color (decimal): -5836848 or 13692838. OLE color: 13692838.
HSL color Cylindrical-coordinate representation of color #A6EFD0: hue angle of 154.52º 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 #A6EFD0 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 208 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.06 |
| HSL | 154.52º | 0.7% | 0.79% | - |
| HSV(B) | 154.52º | 0.31% | 0.94% | - |
| XYZ | 57.98 | 74.39 | 70.98 | - |
| YUV | 213.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 208 | 0.31 | 0 | 0.13 | 0.06 | 154.52 | 0.7 | 0.79 |
| Hex | A6 | EF | D0 | 1F | 0 | D | 6 | 9B | 46 | 4F |
| Octal | 246 | 357 | 320 | 37 | 0 | 15 | 6 | 233 | 106 | 117 |
| Binary | 10100110 | 11101111 | 11010000 | 11111 | 0 | 1101 | 110 | 10011011 | 1000110 | 1001111 |
Color Harmonies of #A6EFD0
Complementary color
Monochromatic Colors of #A6EFD0
Black with #A6EFD0
Text Example
Text Example
White with #A6EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFD0; }
p { color: rgb(166,239,208); }
H1.HeaderClassName
{
color: #A6EFD0;
}
.AnyTagClassName
{
color: #A6EFD0;
}
</style>
background-color css
<style>
a { background-color: #A6EFD0; }
a { background-color: rgb(166,239,208); }
div.DivClassName
{
background-color: #A6EFD0;
}
.BgClassName
{
background-color: #A6EFD0;
}
</style>
border-color css
<style>
span { border-color: #A6EFD0; }
span { border-color: rgb(166,239,208); }
td.TdClassName
{
border-color: #A6EFD0;
}
.TagClassName
{
border-color: #A6EFD0;
}
</style>