Shades of Magic Mint #A3FCDD
Tints of Magic Mint #A3FCDD
RGB
CMYK
RGB Variations
Color information
#A3FCDD (or 0xA3FCDD) is known color: Magic Mint. HEX triplet: A3, FC and DD. RGB value is (163,252,221). Sum of RGB (Red+Green+Blue) = 163+252+221=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCDD is #5C0322. Grayscale: #DDDDDD. Windows color (decimal): -6030115 or 14548131. OLE color: 14548131.
HSL color Cylindrical-coordinate representation of color #A3FCDD: hue angle of 159.1º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCDD is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 221 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.01 |
| HSL | 159.1º | 0.94% | 0.81% | - |
| HSV(B) | 159.1º | 0.35% | 0.99% | - |
| XYZ | 62.97 | 82.63 | 81.04 | - |
| YUV | 221.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 221 | 0.35 | 0 | 0.12 | 0.01 | 159.1 | 0.94 | 0.81 |
| Hex | A3 | FC | DD | 23 | 0 | C | 1 | 9F | 5E | 51 |
| Octal | 243 | 374 | 335 | 43 | 0 | 14 | 1 | 237 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11011101 | 100011 | 0 | 1100 | 1 | 10011111 | 1011110 | 1010001 |
Color Harmonies of #A3FCDD
Complementary color
Monochromatic Colors of #A3FCDD
Black with #A3FCDD
Text Example
Text Example
White with #A3FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCDD; }
p { color: rgb(163,252,221); }
H1.HeaderClassName
{
color: #A3FCDD;
}
.AnyTagClassName
{
color: #A3FCDD;
}
</style>
background-color css
<style>
a { background-color: #A3FCDD; }
a { background-color: rgb(163,252,221); }
div.DivClassName
{
background-color: #A3FCDD;
}
.BgClassName
{
background-color: #A3FCDD;
}
</style>
border-color css
<style>
span { border-color: #A3FCDD; }
span { border-color: rgb(163,252,221); }
td.TdClassName
{
border-color: #A3FCDD;
}
.TagClassName
{
border-color: #A3FCDD;
}
</style>