Shades of Magic Mint #A3FDCA
Tints of Magic Mint #A3FDCA
RGB
CMYK
RGB Variations
Color information
#A3FDCA (or 0xA3FDCA) is known color: Magic Mint. HEX triplet: A3, FD and CA. RGB value is (163,253,202). Sum of RGB (Red+Green+Blue) = 163+253+202=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FDCA is #5C0235. Grayscale: #DCDCDC. Windows color (decimal): -6029878 or 13303203. OLE color: 13303203.
HSL color Cylindrical-coordinate representation of color #A3FDCA: hue angle of 146º 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 #A3FDCA is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 202 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.01 |
| HSL | 146º | 0.96% | 0.82% | - |
| HSV(B) | 146º | 0.36% | 0.99% | - |
| XYZ | 60.89 | 82.3 | 68.55 | - |
| YUV | 220.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 202 | 0.36 | 0 | 0.20 | 0.01 | 146 | 0.96 | 0.82 |
| Hex | A3 | FD | CA | 24 | 0 | 14 | 1 | 92 | 60 | 52 |
| Octal | 243 | 375 | 312 | 44 | 0 | 24 | 1 | 222 | 140 | 122 |
| Binary | 10100011 | 11111101 | 11001010 | 100100 | 0 | 10100 | 1 | 10010010 | 1100000 | 1010010 |
Color Harmonies of #A3FDCA
Complementary color
Monochromatic Colors of #A3FDCA
Black with #A3FDCA
Text Example
Text Example
White with #A3FDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FDCA; }
p { color: rgb(163,253,202); }
H1.HeaderClassName
{
color: #A3FDCA;
}
.AnyTagClassName
{
color: #A3FDCA;
}
</style>
background-color css
<style>
a { background-color: #A3FDCA; }
a { background-color: rgb(163,253,202); }
div.DivClassName
{
background-color: #A3FDCA;
}
.BgClassName
{
background-color: #A3FDCA;
}
</style>
border-color css
<style>
span { border-color: #A3FDCA; }
span { border-color: rgb(163,253,202); }
td.TdClassName
{
border-color: #A3FDCA;
}
.TagClassName
{
border-color: #A3FDCA;
}
</style>