Shades of Magic Mint #A6EDC3
Tints of Magic Mint #A6EDC3
RGB
CMYK
RGB Variations
Color information
#A6EDC3 (or 0xA6EDC3) is known color: Magic Mint. HEX triplet: A6, ED and C3. RGB value is (166,237,195). Sum of RGB (Red+Green+Blue) = 166+237+195=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDC3 is #59123C. Grayscale: #D3D3D3. Windows color (decimal): -5837373 or 12840358. OLE color: 12840358.
HSL color Cylindrical-coordinate representation of color #A6EDC3: hue angle of 144.51º 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 #A6EDC3 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 195 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.07 |
| HSL | 144.51º | 0.66% | 0.79% | - |
| HSV(B) | 144.51º | 0.3% | 0.93% | - |
| XYZ | 55.86 | 72.62 | 62.7 | - |
| YUV | 210.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 195 | 0.30 | 0 | 0.18 | 0.07 | 144.51 | 0.66 | 0.79 |
| Hex | A6 | ED | C3 | 1E | 0 | 12 | 7 | 91 | 42 | 4F |
| Octal | 246 | 355 | 303 | 36 | 0 | 22 | 7 | 221 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11000011 | 11110 | 0 | 10010 | 111 | 10010001 | 1000010 | 1001111 |
Color Harmonies of #A6EDC3
Complementary color
Monochromatic Colors of #A6EDC3
Black with #A6EDC3
Text Example
Text Example
White with #A6EDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDC3; }
p { color: rgb(166,237,195); }
H1.HeaderClassName
{
color: #A6EDC3;
}
.AnyTagClassName
{
color: #A6EDC3;
}
</style>
background-color css
<style>
a { background-color: #A6EDC3; }
a { background-color: rgb(166,237,195); }
div.DivClassName
{
background-color: #A6EDC3;
}
.BgClassName
{
background-color: #A6EDC3;
}
</style>
border-color css
<style>
span { border-color: #A6EDC3; }
span { border-color: rgb(166,237,195); }
td.TdClassName
{
border-color: #A6EDC3;
}
.TagClassName
{
border-color: #A6EDC3;
}
</style>