Shades of Magic Mint #A3FED8
Tints of Magic Mint #A3FED8
RGB
CMYK
RGB Variations
Color information
#A3FED8 (or 0xA3FED8) is known color: Magic Mint. HEX triplet: A3, FE and D8. RGB value is (163,254,216). Sum of RGB (Red+Green+Blue) = 163+254+216=633 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.75% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FED8 is #5C0127. Grayscale: #DEDEDE. Windows color (decimal): -6029608 or 14220963. OLE color: 14220963.
HSL color Cylindrical-coordinate representation of color #A3FED8: hue angle of 154.95º 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 #A3FED8 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 216 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.00 |
| HSL | 154.95º | 0.98% | 0.82% | - |
| HSV(B) | 154.95º | 0.36% | 1% | - |
| XYZ | 62.94 | 83.63 | 77.79 | - |
| YUV | 222.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 216 | 0.36 | 0 | 0.15 | 0.00 | 154.95 | 0.98 | 0.82 |
| Hex | A3 | FE | D8 | 24 | 0 | F | 0 | 9B | 62 | 52 |
| Octal | 243 | 376 | 330 | 44 | 0 | 17 | 0 | 233 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11011000 | 100100 | 0 | 1111 | 0 | 10011011 | 1100010 | 1010010 |
Color Harmonies of #A3FED8
Complementary color
Monochromatic Colors of #A3FED8
Black with #A3FED8
Text Example
Text Example
White with #A3FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FED8; }
p { color: rgb(163,254,216); }
H1.HeaderClassName
{
color: #A3FED8;
}
.AnyTagClassName
{
color: #A3FED8;
}
</style>
background-color css
<style>
a { background-color: #A3FED8; }
a { background-color: rgb(163,254,216); }
div.DivClassName
{
background-color: #A3FED8;
}
.BgClassName
{
background-color: #A3FED8;
}
</style>
border-color css
<style>
span { border-color: #A3FED8; }
span { border-color: rgb(163,254,216); }
td.TdClassName
{
border-color: #A3FED8;
}
.TagClassName
{
border-color: #A3FED8;
}
</style>