Shades of Magic Mint #A2FDC3
Tints of Magic Mint #A2FDC3
RGB
CMYK
RGB Variations
Color information
#A2FDC3 (or 0xA2FDC3) is known color: Magic Mint. HEX triplet: A2, FD and C3. RGB value is (162,253,195). Sum of RGB (Red+Green+Blue) = 162+253+195=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDC3 is #5D023C. Grayscale: #DBDBDB. Windows color (decimal): -6095421 or 12844450. OLE color: 12844450.
HSL color Cylindrical-coordinate representation of color #A2FDC3: hue angle of 141.76º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FDC3 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 253 | 195 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.01 |
| HSL | 141.76º | 0.96% | 0.81% | - |
| HSV(B) | 141.76º | 0.36% | 0.99% | - |
| XYZ | 59.88 | 81.87 | 64.28 | - |
| YUV | 219.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 253 | 195 | 0.36 | 0 | 0.23 | 0.01 | 141.76 | 0.96 | 0.81 |
| Hex | A2 | FD | C3 | 24 | 0 | 17 | 1 | 8E | 60 | 51 |
| Octal | 242 | 375 | 303 | 44 | 0 | 27 | 1 | 216 | 140 | 121 |
| Binary | 10100010 | 11111101 | 11000011 | 100100 | 0 | 10111 | 1 | 10001110 | 1100000 | 1010001 |
Color Harmonies of #A2FDC3
Complementary color
Monochromatic Colors of #A2FDC3
Black with #A2FDC3
Text Example
Text Example
White with #A2FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FDC3; }
p { color: rgb(162,253,195); }
H1.HeaderClassName
{
color: #A2FDC3;
}
.AnyTagClassName
{
color: #A2FDC3;
}
</style>
background-color css
<style>
a { background-color: #A2FDC3; }
a { background-color: rgb(162,253,195); }
div.DivClassName
{
background-color: #A2FDC3;
}
.BgClassName
{
background-color: #A2FDC3;
}
</style>
border-color css
<style>
span { border-color: #A2FDC3; }
span { border-color: rgb(162,253,195); }
td.TdClassName
{
border-color: #A2FDC3;
}
.TagClassName
{
border-color: #A2FDC3;
}
</style>