Shades of Magic Mint #A3FED7
Tints of Magic Mint #A3FED7
RGB
CMYK
RGB Variations
Color information
#A3FED7 (or 0xA3FED7) is known color: Magic Mint. HEX triplet: A3, FE and D7. RGB value is (163,254,215). Sum of RGB (Red+Green+Blue) = 163+254+215=632 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.79% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FED7 is #5C0128. Grayscale: #DEDEDE. Windows color (decimal): -6029609 or 14155427. OLE color: 14155427.
HSL color Cylindrical-coordinate representation of color #A3FED7: hue angle of 154.29º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FED7 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 215 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.00 |
| HSL | 154.29º | 0.98% | 0.82% | - |
| HSV(B) | 154.29º | 0.36% | 1% | - |
| XYZ | 62.81 | 83.58 | 77.11 | - |
| YUV | 222.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 215 | 0.36 | 0 | 0.15 | 0.00 | 154.29 | 0.98 | 0.82 |
| Hex | A3 | FE | D7 | 24 | 0 | F | 0 | 9A | 62 | 52 |
| Octal | 243 | 376 | 327 | 44 | 0 | 17 | 0 | 232 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11010111 | 100100 | 0 | 1111 | 0 | 10011010 | 1100010 | 1010010 |
Color Harmonies of #A3FED7
Complementary color
Monochromatic Colors of #A3FED7
Black with #A3FED7
Text Example
Text Example
White with #A3FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FED7; }
p { color: rgb(163,254,215); }
H1.HeaderClassName
{
color: #A3FED7;
}
.AnyTagClassName
{
color: #A3FED7;
}
</style>
background-color css
<style>
a { background-color: #A3FED7; }
a { background-color: rgb(163,254,215); }
div.DivClassName
{
background-color: #A3FED7;
}
.BgClassName
{
background-color: #A3FED7;
}
</style>
border-color css
<style>
span { border-color: #A3FED7; }
span { border-color: rgb(163,254,215); }
td.TdClassName
{
border-color: #A3FED7;
}
.TagClassName
{
border-color: #A3FED7;
}
</style>