Shades of Magic Mint #A6EFC1
Tints of Magic Mint #A6EFC1
RGB
CMYK
RGB Variations
Color information
#A6EFC1 (or 0xA6EFC1) is known color: Magic Mint. HEX triplet: A6, EF and C1. RGB value is (166,239,193). Sum of RGB (Red+Green+Blue) = 166+239+193=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFC1 is #59103E. Grayscale: #D4D4D4. Windows color (decimal): -5836863 or 12709798. OLE color: 12709798.
HSL color Cylindrical-coordinate representation of color #A6EFC1: hue angle of 142.19º 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 #A6EFC1 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 193 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.06 |
| HSL | 142.19º | 0.7% | 0.79% | - |
| HSV(B) | 142.19º | 0.31% | 0.94% | - |
| XYZ | 56.22 | 73.69 | 61.71 | - |
| YUV | 211.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 193 | 0.31 | 0 | 0.19 | 0.06 | 142.19 | 0.7 | 0.79 |
| Hex | A6 | EF | C1 | 1F | 0 | 13 | 6 | 8E | 46 | 4F |
| Octal | 246 | 357 | 301 | 37 | 0 | 23 | 6 | 216 | 106 | 117 |
| Binary | 10100110 | 11101111 | 11000001 | 11111 | 0 | 10011 | 110 | 10001110 | 1000110 | 1001111 |
Color Harmonies of #A6EFC1
Complementary color
Monochromatic Colors of #A6EFC1
Black with #A6EFC1
Text Example
Text Example
White with #A6EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFC1; }
p { color: rgb(166,239,193); }
H1.HeaderClassName
{
color: #A6EFC1;
}
.AnyTagClassName
{
color: #A6EFC1;
}
</style>
background-color css
<style>
a { background-color: #A6EFC1; }
a { background-color: rgb(166,239,193); }
div.DivClassName
{
background-color: #A6EFC1;
}
.BgClassName
{
background-color: #A6EFC1;
}
</style>
border-color css
<style>
span { border-color: #A6EFC1; }
span { border-color: rgb(166,239,193); }
td.TdClassName
{
border-color: #A6EFC1;
}
.TagClassName
{
border-color: #A6EFC1;
}
</style>