Shades of Magic Mint #A3FECD
Tints of Magic Mint #A3FECD
RGB
CMYK
RGB Variations
Color information
#A3FECD (or 0xA3FECD) is known color: Magic Mint. HEX triplet: A3, FE and CD. RGB value is (163,254,205). Sum of RGB (Red+Green+Blue) = 163+254+205=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FECD is #5C0132. Grayscale: #DDDDDD. Windows color (decimal): -6029619 or 13500067. OLE color: 13500067.
HSL color Cylindrical-coordinate representation of color #A3FECD: hue angle of 147.69º 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 #A3FECD is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 205 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.00 |
| HSL | 147.69º | 0.98% | 0.82% | - |
| HSV(B) | 147.69º | 0.36% | 1% | - |
| XYZ | 61.57 | 83.08 | 70.55 | - |
| YUV | 221.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 205 | 0.36 | 0 | 0.19 | 0.00 | 147.69 | 0.98 | 0.82 |
| Hex | A3 | FE | CD | 24 | 0 | 13 | 0 | 94 | 62 | 52 |
| Octal | 243 | 376 | 315 | 44 | 0 | 23 | 0 | 224 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11001101 | 100100 | 0 | 10011 | 0 | 10010100 | 1100010 | 1010010 |
Color Harmonies of #A3FECD
Complementary color
Monochromatic Colors of #A3FECD
Black with #A3FECD
Text Example
Text Example
White with #A3FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FECD; }
p { color: rgb(163,254,205); }
H1.HeaderClassName
{
color: #A3FECD;
}
.AnyTagClassName
{
color: #A3FECD;
}
</style>
background-color css
<style>
a { background-color: #A3FECD; }
a { background-color: rgb(163,254,205); }
div.DivClassName
{
background-color: #A3FECD;
}
.BgClassName
{
background-color: #A3FECD;
}
</style>
border-color css
<style>
span { border-color: #A3FECD; }
span { border-color: rgb(163,254,205); }
td.TdClassName
{
border-color: #A3FECD;
}
.TagClassName
{
border-color: #A3FECD;
}
</style>