Shades of Magic Mint #A3FCDF
Tints of Magic Mint #A3FCDF
RGB
CMYK
RGB Variations
Color information
#A3FCDF (or 0xA3FCDF) is known color: Magic Mint. HEX triplet: A3, FC and DF. RGB value is (163,252,223). Sum of RGB (Red+Green+Blue) = 163+252+223=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCDF is #5C0320. Grayscale: #DEDEDE. Windows color (decimal): -6030113 or 14679203. OLE color: 14679203.
HSL color Cylindrical-coordinate representation of color #A3FCDF: hue angle of 160.45º 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 #A3FCDF is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 223 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.01 |
| HSL | 160.45º | 0.94% | 0.81% | - |
| HSV(B) | 160.45º | 0.35% | 0.99% | - |
| XYZ | 63.23 | 82.74 | 82.45 | - |
| YUV | 222.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 223 | 0.35 | 0 | 0.12 | 0.01 | 160.45 | 0.94 | 0.81 |
| Hex | A3 | FC | DF | 23 | 0 | C | 1 | A0 | 5E | 51 |
| Octal | 243 | 374 | 337 | 43 | 0 | 14 | 1 | 240 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11011111 | 100011 | 0 | 1100 | 1 | 10100000 | 1011110 | 1010001 |
Color Harmonies of #A3FCDF
Complementary color
Monochromatic Colors of #A3FCDF
Black with #A3FCDF
Text Example
Text Example
White with #A3FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCDF; }
p { color: rgb(163,252,223); }
H1.HeaderClassName
{
color: #A3FCDF;
}
.AnyTagClassName
{
color: #A3FCDF;
}
</style>
background-color css
<style>
a { background-color: #A3FCDF; }
a { background-color: rgb(163,252,223); }
div.DivClassName
{
background-color: #A3FCDF;
}
.BgClassName
{
background-color: #A3FCDF;
}
</style>
border-color css
<style>
span { border-color: #A3FCDF; }
span { border-color: rgb(163,252,223); }
td.TdClassName
{
border-color: #A3FCDF;
}
.TagClassName
{
border-color: #A3FCDF;
}
</style>