Shades of Magic Mint #A6FFCF
Tints of Magic Mint #A6FFCF
RGB
CMYK
RGB Variations
Color information
#A6FFCF (or 0xA6FFCF) is known color: Magic Mint. HEX triplet: A6, FF and CF. RGB value is (166,255,207). Sum of RGB (Red+Green+Blue) = 166+255+207=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFCF is #590030. Grayscale: #DFDFDF. Windows color (decimal): -5832753 or 13631398. OLE color: 13631398.
HSL color Cylindrical-coordinate representation of color #A6FFCF: hue angle of 147.64º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFCF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 207 | - |
| CMYK | 0.35 | 0 | 0.19 | 0 |
| HSL | 147.64º | 1% | 0.83% | - |
| HSV(B) | 147.64º | 0.35% | 1% | - |
| XYZ | 62.75 | 84.13 | 71.96 | - |
| YUV | 222.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 207 | 0.35 | 0 | 0.19 | 0 | 147.64 | 1 | 0.83 |
| Hex | A6 | FF | CF | 23 | 0 | 13 | 0 | 94 | 64 | 53 |
| Octal | 246 | 377 | 317 | 43 | 0 | 23 | 0 | 224 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11001111 | 100011 | 0 | 10011 | 0 | 10010100 | 1100100 | 1010011 |
Color Harmonies of #A6FFCF
Complementary color
Monochromatic Colors of #A6FFCF
Black with #A6FFCF
Text Example
Text Example
White with #A6FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFCF; }
p { color: rgb(166,255,207); }
H1.HeaderClassName
{
color: #A6FFCF;
}
.AnyTagClassName
{
color: #A6FFCF;
}
</style>
background-color css
<style>
a { background-color: #A6FFCF; }
a { background-color: rgb(166,255,207); }
div.DivClassName
{
background-color: #A6FFCF;
}
.BgClassName
{
background-color: #A6FFCF;
}
</style>
border-color css
<style>
span { border-color: #A6FFCF; }
span { border-color: rgb(166,255,207); }
td.TdClassName
{
border-color: #A6FFCF;
}
.TagClassName
{
border-color: #A6FFCF;
}
</style>