Shades of Magic Mint #A6EFCD
Tints of Magic Mint #A6EFCD
RGB
CMYK
RGB Variations
Color information
#A6EFCD (or 0xA6EFCD) is known color: Magic Mint. HEX triplet: A6, EF and CD. RGB value is (166,239,205). Sum of RGB (Red+Green+Blue) = 166+239+205=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFCD is #591032. Grayscale: #D5D5D5. Windows color (decimal): -5836851 or 13496230. OLE color: 13496230.
HSL color Cylindrical-coordinate representation of color #A6EFCD: hue angle of 152.05º 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 #A6EFCD is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 205 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.06 |
| HSL | 152.05º | 0.7% | 0.79% | - |
| HSV(B) | 152.05º | 0.31% | 0.94% | - |
| XYZ | 57.61 | 74.25 | 69.05 | - |
| YUV | 213.3 | 123.32 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 205 | 0.31 | 0 | 0.14 | 0.06 | 152.05 | 0.7 | 0.79 |
| Hex | A6 | EF | CD | 1F | 0 | E | 6 | 98 | 46 | 4F |
| Octal | 246 | 357 | 315 | 37 | 0 | 16 | 6 | 230 | 106 | 117 |
| Binary | 10100110 | 11101111 | 11001101 | 11111 | 0 | 1110 | 110 | 10011000 | 1000110 | 1001111 |
Color Harmonies of #A6EFCD
Complementary color
Monochromatic Colors of #A6EFCD
Black with #A6EFCD
Text Example
Text Example
White with #A6EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFCD; }
p { color: rgb(166,239,205); }
H1.HeaderClassName
{
color: #A6EFCD;
}
.AnyTagClassName
{
color: #A6EFCD;
}
</style>
background-color css
<style>
a { background-color: #A6EFCD; }
a { background-color: rgb(166,239,205); }
div.DivClassName
{
background-color: #A6EFCD;
}
.BgClassName
{
background-color: #A6EFCD;
}
</style>
border-color css
<style>
span { border-color: #A6EFCD; }
span { border-color: rgb(166,239,205); }
td.TdClassName
{
border-color: #A6EFCD;
}
.TagClassName
{
border-color: #A6EFCD;
}
</style>