Shades of Magic Mint #A3F6C4
Tints of Magic Mint #A3F6C4
RGB
CMYK
RGB Variations
Color information
#A3F6C4 (or 0xA3F6C4) is known color: Magic Mint. HEX triplet: A3, F6 and C4. RGB value is (163,246,196). Sum of RGB (Red+Green+Blue) = 163+246+196=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F6C4 is #5C093B. Grayscale: #D7D7D7. Windows color (decimal): -6031676 or 12908195. OLE color: 12908195.
HSL color Cylindrical-coordinate representation of color #A3F6C4: hue angle of 143.86º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F6C4 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 196 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.04 |
| HSL | 143.86º | 0.82% | 0.8% | - |
| HSV(B) | 143.86º | 0.34% | 0.96% | - |
| XYZ | 58.02 | 77.68 | 64.16 | - |
| YUV | 215.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 196 | 0.34 | 0 | 0.20 | 0.04 | 143.86 | 0.82 | 0.8 |
| Hex | A3 | F6 | C4 | 22 | 0 | 14 | 4 | 90 | 52 | 50 |
| Octal | 243 | 366 | 304 | 42 | 0 | 24 | 4 | 220 | 122 | 120 |
| Binary | 10100011 | 11110110 | 11000100 | 100010 | 0 | 10100 | 100 | 10010000 | 1010010 | 1010000 |
Color Harmonies of #A3F6C4
Complementary color
Monochromatic Colors of #A3F6C4
Black with #A3F6C4
Text Example
Text Example
White with #A3F6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F6C4; }
p { color: rgb(163,246,196); }
H1.HeaderClassName
{
color: #A3F6C4;
}
.AnyTagClassName
{
color: #A3F6C4;
}
</style>
background-color css
<style>
a { background-color: #A3F6C4; }
a { background-color: rgb(163,246,196); }
div.DivClassName
{
background-color: #A3F6C4;
}
.BgClassName
{
background-color: #A3F6C4;
}
</style>
border-color css
<style>
span { border-color: #A3F6C4; }
span { border-color: rgb(163,246,196); }
td.TdClassName
{
border-color: #A3F6C4;
}
.TagClassName
{
border-color: #A3F6C4;
}
</style>