Shades of Magic Mint #A6DFC3
Tints of Magic Mint #A6DFC3
RGB
CMYK
RGB Variations
Color information
#A6DFC3 (or 0xA6DFC3) is known color: Magic Mint. HEX triplet: A6, DF and C3. RGB value is (166,223,195). Sum of RGB (Red+Green+Blue) = 166+223+195=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFC3 is #59203C. Grayscale: #CACACA. Windows color (decimal): -5840957 or 12836774. OLE color: 12836774.
HSL color Cylindrical-coordinate representation of color #A6DFC3: hue angle of 150.53º 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 #A6DFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 195 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.13 |
| HSL | 150.53º | 0.47% | 0.76% | - |
| HSV(B) | 150.53º | 0.26% | 0.87% | - |
| XYZ | 51.96 | 64.82 | 61.4 | - |
| YUV | 202.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 195 | 0.26 | 0 | 0.13 | 0.13 | 150.53 | 0.47 | 0.76 |
| Hex | A6 | DF | C3 | 1A | 0 | D | D | 97 | 2F | 4C |
| Octal | 246 | 337 | 303 | 32 | 0 | 15 | 15 | 227 | 57 | 114 |
| Binary | 10100110 | 11011111 | 11000011 | 11010 | 0 | 1101 | 1101 | 10010111 | 101111 | 1001100 |
Color Harmonies of #A6DFC3
Complementary color
Monochromatic Colors of #A6DFC3
Black with #A6DFC3
Text Example
Text Example
White with #A6DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFC3; }
p { color: rgb(166,223,195); }
H1.HeaderClassName
{
color: #A6DFC3;
}
.AnyTagClassName
{
color: #A6DFC3;
}
</style>
background-color css
<style>
a { background-color: #A6DFC3; }
a { background-color: rgb(166,223,195); }
div.DivClassName
{
background-color: #A6DFC3;
}
.BgClassName
{
background-color: #A6DFC3;
}
</style>
border-color css
<style>
span { border-color: #A6DFC3; }
span { border-color: rgb(166,223,195); }
td.TdClassName
{
border-color: #A6DFC3;
}
.TagClassName
{
border-color: #A6DFC3;
}
</style>