Shades of Magic Mint #A3FEDD
Tints of Magic Mint #A3FEDD
RGB
CMYK
RGB Variations
Color information
#A3FEDD (or 0xA3FEDD) is known color: Magic Mint. HEX triplet: A3, FE and DD. RGB value is (163,254,221). Sum of RGB (Red+Green+Blue) = 163+254+221=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FEDD is #5C0122. Grayscale: #DFDFDF. Windows color (decimal): -6029603 or 14548643. OLE color: 14548643.
HSL color Cylindrical-coordinate representation of color #A3FEDD: hue angle of 158.24º 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 #A3FEDD is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 221 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.00 |
| HSL | 158.24º | 0.98% | 0.82% | - |
| HSV(B) | 158.24º | 0.36% | 1% | - |
| XYZ | 63.6 | 83.89 | 81.25 | - |
| YUV | 223.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 221 | 0.36 | 0 | 0.13 | 0.00 | 158.24 | 0.98 | 0.82 |
| Hex | A3 | FE | DD | 24 | 0 | D | 0 | 9E | 62 | 52 |
| Octal | 243 | 376 | 335 | 44 | 0 | 15 | 0 | 236 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11011101 | 100100 | 0 | 1101 | 0 | 10011110 | 1100010 | 1010010 |
Color Harmonies of #A3FEDD
Complementary color
Monochromatic Colors of #A3FEDD
Black with #A3FEDD
Text Example
Text Example
White with #A3FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FEDD; }
p { color: rgb(163,254,221); }
H1.HeaderClassName
{
color: #A3FEDD;
}
.AnyTagClassName
{
color: #A3FEDD;
}
</style>
background-color css
<style>
a { background-color: #A3FEDD; }
a { background-color: rgb(163,254,221); }
div.DivClassName
{
background-color: #A3FEDD;
}
.BgClassName
{
background-color: #A3FEDD;
}
</style>
border-color css
<style>
span { border-color: #A3FEDD; }
span { border-color: rgb(163,254,221); }
td.TdClassName
{
border-color: #A3FEDD;
}
.TagClassName
{
border-color: #A3FEDD;
}
</style>