Shades of Magic Mint #A6F8C6
Tints of Magic Mint #A6F8C6
RGB
CMYK
RGB Variations
Color information
#A6F8C6 (or 0xA6F8C6) is known color: Magic Mint. HEX triplet: A6, F8 and C6. RGB value is (166,248,198). Sum of RGB (Red+Green+Blue) = 166+248+198=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8C6 is #590739. Grayscale: #D9D9D9. Windows color (decimal): -5834554 or 13039782. OLE color: 13039782.
HSL color Cylindrical-coordinate representation of color #A6F8C6: hue angle of 143.41º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F8C6 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 198 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.03 |
| HSL | 143.41º | 0.85% | 0.81% | - |
| HSV(B) | 143.41º | 0.33% | 0.97% | - |
| XYZ | 59.49 | 79.32 | 65.6 | - |
| YUV | 217.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 198 | 0.33 | 0 | 0.20 | 0.03 | 143.41 | 0.85 | 0.81 |
| Hex | A6 | F8 | C6 | 21 | 0 | 14 | 3 | 8F | 55 | 51 |
| Octal | 246 | 370 | 306 | 41 | 0 | 24 | 3 | 217 | 125 | 121 |
| Binary | 10100110 | 11111000 | 11000110 | 100001 | 0 | 10100 | 11 | 10001111 | 1010101 | 1010001 |
Color Harmonies of #A6F8C6
Complementary color
Monochromatic Colors of #A6F8C6
Black with #A6F8C6
Text Example
Text Example
White with #A6F8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8C6; }
p { color: rgb(166,248,198); }
H1.HeaderClassName
{
color: #A6F8C6;
}
.AnyTagClassName
{
color: #A6F8C6;
}
</style>
background-color css
<style>
a { background-color: #A6F8C6; }
a { background-color: rgb(166,248,198); }
div.DivClassName
{
background-color: #A6F8C6;
}
.BgClassName
{
background-color: #A6F8C6;
}
</style>
border-color css
<style>
span { border-color: #A6F8C6; }
span { border-color: rgb(166,248,198); }
td.TdClassName
{
border-color: #A6F8C6;
}
.TagClassName
{
border-color: #A6F8C6;
}
</style>