Shades of Magic Mint #A3F8D1
Tints of Magic Mint #A3F8D1
RGB
CMYK
RGB Variations
Color information
#A3F8D1 (or 0xA3F8D1) is known color: Magic Mint. HEX triplet: A3, F8 and D1. RGB value is (163,248,209). Sum of RGB (Red+Green+Blue) = 163+248+209=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8D1 is #5C072E. Grayscale: #DADADA. Windows color (decimal): -6031151 or 13760675. OLE color: 13760675.
HSL color Cylindrical-coordinate representation of color #A3F8D1: hue angle of 152.47º 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 #A3F8D1 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 209 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.03 |
| HSL | 152.47º | 0.86% | 0.81% | - |
| HSV(B) | 152.47º | 0.34% | 0.97% | - |
| XYZ | 60.18 | 79.52 | 72.5 | - |
| YUV | 218.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 209 | 0.34 | 0 | 0.16 | 0.03 | 152.47 | 0.86 | 0.81 |
| Hex | A3 | F8 | D1 | 22 | 0 | 10 | 3 | 98 | 56 | 51 |
| Octal | 243 | 370 | 321 | 42 | 0 | 20 | 3 | 230 | 126 | 121 |
| Binary | 10100011 | 11111000 | 11010001 | 100010 | 0 | 10000 | 11 | 10011000 | 1010110 | 1010001 |
Color Harmonies of #A3F8D1
Complementary color
Monochromatic Colors of #A3F8D1
Black with #A3F8D1
Text Example
Text Example
White with #A3F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F8D1; }
p { color: rgb(163,248,209); }
H1.HeaderClassName
{
color: #A3F8D1;
}
.AnyTagClassName
{
color: #A3F8D1;
}
</style>
background-color css
<style>
a { background-color: #A3F8D1; }
a { background-color: rgb(163,248,209); }
div.DivClassName
{
background-color: #A3F8D1;
}
.BgClassName
{
background-color: #A3F8D1;
}
</style>
border-color css
<style>
span { border-color: #A3F8D1; }
span { border-color: rgb(163,248,209); }
td.TdClassName
{
border-color: #A3F8D1;
}
.TagClassName
{
border-color: #A3F8D1;
}
</style>