Shades of Magic Mint #A3F8C4
Tints of Magic Mint #A3F8C4
RGB
CMYK
RGB Variations
Color information
#A3F8C4 (or 0xA3F8C4) is known color: Magic Mint. HEX triplet: A3, F8 and C4. RGB value is (163,248,196). Sum of RGB (Red+Green+Blue) = 163+248+196=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8C4 is #5C073B. Grayscale: #D8D8D8. Windows color (decimal): -6031164 or 12908707. OLE color: 12908707.
HSL color Cylindrical-coordinate representation of color #A3F8C4: hue angle of 143.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F8C4 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 196 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.03 |
| HSL | 143.29º | 0.86% | 0.81% | - |
| HSV(B) | 143.29º | 0.34% | 0.97% | - |
| XYZ | 58.64 | 78.91 | 64.36 | - |
| YUV | 216.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 196 | 0.34 | 0 | 0.21 | 0.03 | 143.29 | 0.86 | 0.81 |
| Hex | A3 | F8 | C4 | 22 | 0 | 15 | 3 | 8F | 56 | 51 |
| Octal | 243 | 370 | 304 | 42 | 0 | 25 | 3 | 217 | 126 | 121 |
| Binary | 10100011 | 11111000 | 11000100 | 100010 | 0 | 10101 | 11 | 10001111 | 1010110 | 1010001 |
Color Harmonies of #A3F8C4
Complementary color
Monochromatic Colors of #A3F8C4
Black with #A3F8C4
Text Example
Text Example
White with #A3F8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F8C4; }
p { color: rgb(163,248,196); }
H1.HeaderClassName
{
color: #A3F8C4;
}
.AnyTagClassName
{
color: #A3F8C4;
}
</style>
background-color css
<style>
a { background-color: #A3F8C4; }
a { background-color: rgb(163,248,196); }
div.DivClassName
{
background-color: #A3F8C4;
}
.BgClassName
{
background-color: #A3F8C4;
}
</style>
border-color css
<style>
span { border-color: #A3F8C4; }
span { border-color: rgb(163,248,196); }
td.TdClassName
{
border-color: #A3F8C4;
}
.TagClassName
{
border-color: #A3F8C4;
}
</style>