Shades of Magic Mint #A3F1D7
Tints of Magic Mint #A3F1D7
RGB
CMYK
RGB Variations
Color information
#A3F1D7 (or 0xA3F1D7) is known color: Magic Mint. HEX triplet: A3, F1 and D7. RGB value is (163,241,215). Sum of RGB (Red+Green+Blue) = 163+241+215=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1D7 is #5C0E28. Grayscale: #D6D6D6. Windows color (decimal): -6032937 or 14152099. OLE color: 14152099.
HSL color Cylindrical-coordinate representation of color #A3F1D7: hue angle of 160º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F1D7 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 215 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.05 |
| HSL | 160º | 0.74% | 0.79% | - |
| HSV(B) | 160º | 0.32% | 0.95% | - |
| XYZ | 58.83 | 75.6 | 75.78 | - |
| YUV | 214.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 215 | 0.32 | 0 | 0.11 | 0.05 | 160 | 0.74 | 0.79 |
| Hex | A3 | F1 | D7 | 20 | 0 | B | 5 | A0 | 4A | 4F |
| Octal | 243 | 361 | 327 | 40 | 0 | 13 | 5 | 240 | 112 | 117 |
| Binary | 10100011 | 11110001 | 11010111 | 100000 | 0 | 1011 | 101 | 10100000 | 1001010 | 1001111 |
Color Harmonies of #A3F1D7
Complementary color
Monochromatic Colors of #A3F1D7
Black with #A3F1D7
Text Example
Text Example
White with #A3F1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1D7; }
p { color: rgb(163,241,215); }
H1.HeaderClassName
{
color: #A3F1D7;
}
.AnyTagClassName
{
color: #A3F1D7;
}
</style>
background-color css
<style>
a { background-color: #A3F1D7; }
a { background-color: rgb(163,241,215); }
div.DivClassName
{
background-color: #A3F1D7;
}
.BgClassName
{
background-color: #A3F1D7;
}
</style>
border-color css
<style>
span { border-color: #A3F1D7; }
span { border-color: rgb(163,241,215); }
td.TdClassName
{
border-color: #A3F1D7;
}
.TagClassName
{
border-color: #A3F1D7;
}
</style>