Shades of Magic Mint #A3FCD0
Tints of Magic Mint #A3FCD0
RGB
CMYK
RGB Variations
Color information
#A3FCD0 (or 0xA3FCD0) is known color: Magic Mint. HEX triplet: A3, FC and D0. RGB value is (163,252,208). Sum of RGB (Red+Green+Blue) = 163+252+208=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCD0 is #5C032F. Grayscale: #DCDCDC. Windows color (decimal): -6030128 or 13696163. OLE color: 13696163.
HSL color Cylindrical-coordinate representation of color #A3FCD0: hue angle of 150.34º 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 #A3FCD0 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 208 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.01 |
| HSL | 150.34º | 0.94% | 0.81% | - |
| HSV(B) | 150.34º | 0.35% | 0.99% | - |
| XYZ | 61.3 | 81.96 | 72.26 | - |
| YUV | 220.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 208 | 0.35 | 0 | 0.17 | 0.01 | 150.34 | 0.94 | 0.81 |
| Hex | A3 | FC | D0 | 23 | 0 | 11 | 1 | 96 | 5E | 51 |
| Octal | 243 | 374 | 320 | 43 | 0 | 21 | 1 | 226 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11010000 | 100011 | 0 | 10001 | 1 | 10010110 | 1011110 | 1010001 |
Color Harmonies of #A3FCD0
Complementary color
Monochromatic Colors of #A3FCD0
Black with #A3FCD0
Text Example
Text Example
White with #A3FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCD0; }
p { color: rgb(163,252,208); }
H1.HeaderClassName
{
color: #A3FCD0;
}
.AnyTagClassName
{
color: #A3FCD0;
}
</style>
background-color css
<style>
a { background-color: #A3FCD0; }
a { background-color: rgb(163,252,208); }
div.DivClassName
{
background-color: #A3FCD0;
}
.BgClassName
{
background-color: #A3FCD0;
}
</style>
border-color css
<style>
span { border-color: #A3FCD0; }
span { border-color: rgb(163,252,208); }
td.TdClassName
{
border-color: #A3FCD0;
}
.TagClassName
{
border-color: #A3FCD0;
}
</style>