Shades of Magic Mint #A6EDC8
Tints of Magic Mint #A6EDC8
RGB
CMYK
RGB Variations
Color information
#A6EDC8 (or 0xA6EDC8) is known color: Magic Mint. HEX triplet: A6, ED and C8. RGB value is (166,237,200). Sum of RGB (Red+Green+Blue) = 166+237+200=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDC8 is #591237. Grayscale: #D3D3D3. Windows color (decimal): -5837368 or 13168038. OLE color: 13168038.
HSL color Cylindrical-coordinate representation of color #A6EDC8: hue angle of 148.73º 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 #A6EDC8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 200 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.07 |
| HSL | 148.73º | 0.66% | 0.79% | - |
| HSV(B) | 148.73º | 0.3% | 0.93% | - |
| XYZ | 56.44 | 72.85 | 65.73 | - |
| YUV | 211.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 200 | 0.30 | 0 | 0.16 | 0.07 | 148.73 | 0.66 | 0.79 |
| Hex | A6 | ED | C8 | 1E | 0 | 10 | 7 | 95 | 42 | 4F |
| Octal | 246 | 355 | 310 | 36 | 0 | 20 | 7 | 225 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11001000 | 11110 | 0 | 10000 | 111 | 10010101 | 1000010 | 1001111 |
Color Harmonies of #A6EDC8
Complementary color
Monochromatic Colors of #A6EDC8
Black with #A6EDC8
Text Example
Text Example
White with #A6EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDC8; }
p { color: rgb(166,237,200); }
H1.HeaderClassName
{
color: #A6EDC8;
}
.AnyTagClassName
{
color: #A6EDC8;
}
</style>
background-color css
<style>
a { background-color: #A6EDC8; }
a { background-color: rgb(166,237,200); }
div.DivClassName
{
background-color: #A6EDC8;
}
.BgClassName
{
background-color: #A6EDC8;
}
</style>
border-color css
<style>
span { border-color: #A6EDC8; }
span { border-color: rgb(166,237,200); }
td.TdClassName
{
border-color: #A6EDC8;
}
.TagClassName
{
border-color: #A6EDC8;
}
</style>