Shades of Magic Mint #A6EDC4
Tints of Magic Mint #A6EDC4
RGB
CMYK
RGB Variations
Color information
#A6EDC4 (or 0xA6EDC4) is known color: Magic Mint. HEX triplet: A6, ED and C4. RGB value is (166,237,196). Sum of RGB (Red+Green+Blue) = 166+237+196=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDC4 is #59123B. Grayscale: #D3D3D3. Windows color (decimal): -5837372 or 12905894. OLE color: 12905894.
HSL color Cylindrical-coordinate representation of color #A6EDC4: hue angle of 145.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EDC4 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 196 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.07 |
| HSL | 145.35º | 0.66% | 0.79% | - |
| HSV(B) | 145.35º | 0.3% | 0.93% | - |
| XYZ | 55.97 | 72.66 | 63.3 | - |
| YUV | 211.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 196 | 0.30 | 0 | 0.17 | 0.07 | 145.35 | 0.66 | 0.79 |
| Hex | A6 | ED | C4 | 1E | 0 | 11 | 7 | 91 | 42 | 4F |
| Octal | 246 | 355 | 304 | 36 | 0 | 21 | 7 | 221 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11000100 | 11110 | 0 | 10001 | 111 | 10010001 | 1000010 | 1001111 |
Color Harmonies of #A6EDC4
Complementary color
Monochromatic Colors of #A6EDC4
Black with #A6EDC4
Text Example
Text Example
White with #A6EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDC4; }
p { color: rgb(166,237,196); }
H1.HeaderClassName
{
color: #A6EDC4;
}
.AnyTagClassName
{
color: #A6EDC4;
}
</style>
background-color css
<style>
a { background-color: #A6EDC4; }
a { background-color: rgb(166,237,196); }
div.DivClassName
{
background-color: #A6EDC4;
}
.BgClassName
{
background-color: #A6EDC4;
}
</style>
border-color css
<style>
span { border-color: #A6EDC4; }
span { border-color: rgb(166,237,196); }
td.TdClassName
{
border-color: #A6EDC4;
}
.TagClassName
{
border-color: #A6EDC4;
}
</style>