Shades of Magic Mint #A3FED3
Tints of Magic Mint #A3FED3
RGB
CMYK
RGB Variations
Color information
#A3FED3 (or 0xA3FED3) is known color: Magic Mint. HEX triplet: A3, FE and D3. RGB value is (163,254,211). Sum of RGB (Red+Green+Blue) = 163+254+211=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FED3 is #5C012C. Grayscale: #DDDDDD. Windows color (decimal): -6029613 or 13893283. OLE color: 13893283.
HSL color Cylindrical-coordinate representation of color #A3FED3: hue angle of 151.65º 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 #A3FED3 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 211 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.00 |
| HSL | 151.65º | 0.98% | 0.82% | - |
| HSV(B) | 151.65º | 0.36% | 1% | - |
| XYZ | 62.3 | 83.37 | 74.44 | - |
| YUV | 221.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 211 | 0.36 | 0 | 0.17 | 0.00 | 151.65 | 0.98 | 0.82 |
| Hex | A3 | FE | D3 | 24 | 0 | 11 | 0 | 98 | 62 | 52 |
| Octal | 243 | 376 | 323 | 44 | 0 | 21 | 0 | 230 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11010011 | 100100 | 0 | 10001 | 0 | 10011000 | 1100010 | 1010010 |
Color Harmonies of #A3FED3
Complementary color
Monochromatic Colors of #A3FED3
Black with #A3FED3
Text Example
Text Example
White with #A3FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FED3; }
p { color: rgb(163,254,211); }
H1.HeaderClassName
{
color: #A3FED3;
}
.AnyTagClassName
{
color: #A3FED3;
}
</style>
background-color css
<style>
a { background-color: #A3FED3; }
a { background-color: rgb(163,254,211); }
div.DivClassName
{
background-color: #A3FED3;
}
.BgClassName
{
background-color: #A3FED3;
}
</style>
border-color css
<style>
span { border-color: #A3FED3; }
span { border-color: rgb(163,254,211); }
td.TdClassName
{
border-color: #A3FED3;
}
.TagClassName
{
border-color: #A3FED3;
}
</style>