Shades of Magic Mint #A6DFC5
Tints of Magic Mint #A6DFC5
RGB
CMYK
RGB Variations
Color information
#A6DFC5 (or 0xA6DFC5) is known color: Magic Mint. HEX triplet: A6, DF and C5. RGB value is (166,223,197). Sum of RGB (Red+Green+Blue) = 166+223+197=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFC5 is #59203A. Grayscale: #CBCBCB. Windows color (decimal): -5840955 or 12967846. OLE color: 12967846.
HSL color Cylindrical-coordinate representation of color #A6DFC5: hue angle of 152.63º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFC5 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 197 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.13 |
| HSL | 152.63º | 0.47% | 0.76% | - |
| HSV(B) | 152.63º | 0.26% | 0.87% | - |
| XYZ | 52.19 | 64.91 | 62.6 | - |
| YUV | 202.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 197 | 0.26 | 0 | 0.12 | 0.13 | 152.63 | 0.47 | 0.76 |
| Hex | A6 | DF | C5 | 1A | 0 | C | D | 99 | 2F | 4C |
| Octal | 246 | 337 | 305 | 32 | 0 | 14 | 15 | 231 | 57 | 114 |
| Binary | 10100110 | 11011111 | 11000101 | 11010 | 0 | 1100 | 1101 | 10011001 | 101111 | 1001100 |
Color Harmonies of #A6DFC5
Complementary color
Monochromatic Colors of #A6DFC5
Black with #A6DFC5
Text Example
Text Example
White with #A6DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFC5; }
p { color: rgb(166,223,197); }
H1.HeaderClassName
{
color: #A6DFC5;
}
.AnyTagClassName
{
color: #A6DFC5;
}
</style>
background-color css
<style>
a { background-color: #A6DFC5; }
a { background-color: rgb(166,223,197); }
div.DivClassName
{
background-color: #A6DFC5;
}
.BgClassName
{
background-color: #A6DFC5;
}
</style>
border-color css
<style>
span { border-color: #A6DFC5; }
span { border-color: rgb(166,223,197); }
td.TdClassName
{
border-color: #A6DFC5;
}
.TagClassName
{
border-color: #A6DFC5;
}
</style>