Shades of Magic Mint #A3F2DC
Tints of Magic Mint #A3F2DC
RGB
CMYK
RGB Variations
Color information
#A3F2DC (or 0xA3F2DC) is known color: Magic Mint. HEX triplet: A3, F2 and DC. RGB value is (163,242,220). Sum of RGB (Red+Green+Blue) = 163+242+220=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2DC is #5C0D23. Grayscale: #D7D7D7. Windows color (decimal): -6032676 or 14480035. OLE color: 14480035.
HSL color Cylindrical-coordinate representation of color #A3F2DC: hue angle of 163.29º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2DC is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 220 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.05 |
| HSL | 163.29º | 0.75% | 0.79% | - |
| HSV(B) | 163.29º | 0.33% | 0.95% | - |
| XYZ | 59.77 | 76.46 | 79.32 | - |
| YUV | 215.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 220 | 0.33 | 0 | 0.09 | 0.05 | 163.29 | 0.75 | 0.79 |
| Hex | A3 | F2 | DC | 21 | 0 | 9 | 5 | A3 | 4B | 4F |
| Octal | 243 | 362 | 334 | 41 | 0 | 11 | 5 | 243 | 113 | 117 |
| Binary | 10100011 | 11110010 | 11011100 | 100001 | 0 | 1001 | 101 | 10100011 | 1001011 | 1001111 |
Color Harmonies of #A3F2DC
Complementary color
Monochromatic Colors of #A3F2DC
Black with #A3F2DC
Text Example
Text Example
White with #A3F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2DC; }
p { color: rgb(163,242,220); }
H1.HeaderClassName
{
color: #A3F2DC;
}
.AnyTagClassName
{
color: #A3F2DC;
}
</style>
background-color css
<style>
a { background-color: #A3F2DC; }
a { background-color: rgb(163,242,220); }
div.DivClassName
{
background-color: #A3F2DC;
}
.BgClassName
{
background-color: #A3F2DC;
}
</style>
border-color css
<style>
span { border-color: #A3F2DC; }
span { border-color: rgb(163,242,220); }
td.TdClassName
{
border-color: #A3F2DC;
}
.TagClassName
{
border-color: #A3F2DC;
}
</style>