Shades of Magic Mint #A3FDDC
Tints of Magic Mint #A3FDDC
RGB
CMYK
RGB Variations
Color information
#A3FDDC (or 0xA3FDDC) is known color: Magic Mint. HEX triplet: A3, FD and DC. RGB value is (163,253,220). Sum of RGB (Red+Green+Blue) = 163+253+220=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FDDC is #5C0223. Grayscale: #DEDEDE. Windows color (decimal): -6029860 or 14482851. OLE color: 14482851.
HSL color Cylindrical-coordinate representation of color #A3FDDC: hue angle of 158º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FDDC is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 220 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.01 |
| HSL | 158º | 0.96% | 0.82% | - |
| HSV(B) | 158º | 0.36% | 0.99% | - |
| XYZ | 63.15 | 83.2 | 80.44 | - |
| YUV | 222.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 220 | 0.36 | 0 | 0.13 | 0.01 | 158 | 0.96 | 0.82 |
| Hex | A3 | FD | DC | 24 | 0 | D | 1 | 9E | 60 | 52 |
| Octal | 243 | 375 | 334 | 44 | 0 | 15 | 1 | 236 | 140 | 122 |
| Binary | 10100011 | 11111101 | 11011100 | 100100 | 0 | 1101 | 1 | 10011110 | 1100000 | 1010010 |
Color Harmonies of #A3FDDC
Complementary color
Monochromatic Colors of #A3FDDC
Black with #A3FDDC
Text Example
Text Example
White with #A3FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FDDC; }
p { color: rgb(163,253,220); }
H1.HeaderClassName
{
color: #A3FDDC;
}
.AnyTagClassName
{
color: #A3FDDC;
}
</style>
background-color css
<style>
a { background-color: #A3FDDC; }
a { background-color: rgb(163,253,220); }
div.DivClassName
{
background-color: #A3FDDC;
}
.BgClassName
{
background-color: #A3FDDC;
}
</style>
border-color css
<style>
span { border-color: #A3FDDC; }
span { border-color: rgb(163,253,220); }
td.TdClassName
{
border-color: #A3FDDC;
}
.TagClassName
{
border-color: #A3FDDC;
}
</style>