Shades of Magic Mint #A3F2C6
Tints of Magic Mint #A3F2C6
RGB
CMYK
RGB Variations
Color information
#A3F2C6 (or 0xA3F2C6) is known color: Magic Mint. HEX triplet: A3, F2 and C6. RGB value is (163,242,198). Sum of RGB (Red+Green+Blue) = 163+242+198=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2C6 is #5C0D39. Grayscale: #D5D5D5. Windows color (decimal): -6032698 or 13038243. OLE color: 13038243.
HSL color Cylindrical-coordinate representation of color #A3F2C6: hue angle of 146.58º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2C6 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 198 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.05 |
| HSL | 146.58º | 0.75% | 0.79% | - |
| HSV(B) | 146.58º | 0.33% | 0.95% | - |
| XYZ | 57.05 | 75.37 | 64.97 | - |
| YUV | 213.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 198 | 0.33 | 0 | 0.18 | 0.05 | 146.58 | 0.75 | 0.79 |
| Hex | A3 | F2 | C6 | 21 | 0 | 12 | 5 | 93 | 4B | 4F |
| Octal | 243 | 362 | 306 | 41 | 0 | 22 | 5 | 223 | 113 | 117 |
| Binary | 10100011 | 11110010 | 11000110 | 100001 | 0 | 10010 | 101 | 10010011 | 1001011 | 1001111 |
Color Harmonies of #A3F2C6
Complementary color
Monochromatic Colors of #A3F2C6
Black with #A3F2C6
Text Example
Text Example
White with #A3F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2C6; }
p { color: rgb(163,242,198); }
H1.HeaderClassName
{
color: #A3F2C6;
}
.AnyTagClassName
{
color: #A3F2C6;
}
</style>
background-color css
<style>
a { background-color: #A3F2C6; }
a { background-color: rgb(163,242,198); }
div.DivClassName
{
background-color: #A3F2C6;
}
.BgClassName
{
background-color: #A3F2C6;
}
</style>
border-color css
<style>
span { border-color: #A3F2C6; }
span { border-color: rgb(163,242,198); }
td.TdClassName
{
border-color: #A3F2C6;
}
.TagClassName
{
border-color: #A3F2C6;
}
</style>