Shades of Magic Mint #A6FEDD
Tints of Magic Mint #A6FEDD
RGB
CMYK
RGB Variations
Color information
#A6FEDD (or 0xA6FEDD) is known color: Magic Mint. HEX triplet: A6, FE and DD. RGB value is (166,254,221). Sum of RGB (Red+Green+Blue) = 166+254+221=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEDD is #590122. Grayscale: #DFDFDF. Windows color (decimal): -5832995 or 14548646. OLE color: 14548646.
HSL color Cylindrical-coordinate representation of color #A6FEDD: hue angle of 157.5º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FEDD is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 221 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.00 |
| HSL | 157.5º | 0.98% | 0.82% | - |
| HSV(B) | 157.5º | 0.35% | 1% | - |
| XYZ | 64.22 | 84.21 | 81.28 | - |
| YUV | 223.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 221 | 0.35 | 0 | 0.13 | 0.00 | 157.5 | 0.98 | 0.82 |
| Hex | A6 | FE | DD | 23 | 0 | D | 0 | 9E | 62 | 52 |
| Octal | 246 | 376 | 335 | 43 | 0 | 15 | 0 | 236 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11011101 | 100011 | 0 | 1101 | 0 | 10011110 | 1100010 | 1010010 |
Color Harmonies of #A6FEDD
Complementary color
Monochromatic Colors of #A6FEDD
Black with #A6FEDD
Text Example
Text Example
White with #A6FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FEDD; }
p { color: rgb(166,254,221); }
H1.HeaderClassName
{
color: #A6FEDD;
}
.AnyTagClassName
{
color: #A6FEDD;
}
</style>
background-color css
<style>
a { background-color: #A6FEDD; }
a { background-color: rgb(166,254,221); }
div.DivClassName
{
background-color: #A6FEDD;
}
.BgClassName
{
background-color: #A6FEDD;
}
</style>
border-color css
<style>
span { border-color: #A6FEDD; }
span { border-color: rgb(166,254,221); }
td.TdClassName
{
border-color: #A6FEDD;
}
.TagClassName
{
border-color: #A6FEDD;
}
</style>