Shades of Magic Mint #A2FDD0
Tints of Magic Mint #A2FDD0
RGB
CMYK
RGB Variations
Color information
#A2FDD0 (or 0xA2FDD0) is known color: Magic Mint. HEX triplet: A2, FD and D0. RGB value is (162,253,208). Sum of RGB (Red+Green+Blue) = 162+253+208=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDD0 is #5D022F. Grayscale: #DCDCDC. Windows color (decimal): -6095408 or 13696418. OLE color: 13696418.
HSL color Cylindrical-coordinate representation of color #A2FDD0: hue angle of 150.33º 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 #A2FDD0 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 253 | 208 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.01 |
| HSL | 150.33º | 0.96% | 0.81% | - |
| HSV(B) | 150.33º | 0.36% | 0.99% | - |
| XYZ | 61.41 | 82.49 | 72.36 | - |
| YUV | 220.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 253 | 208 | 0.36 | 0 | 0.18 | 0.01 | 150.33 | 0.96 | 0.81 |
| Hex | A2 | FD | D0 | 24 | 0 | 12 | 1 | 96 | 60 | 51 |
| Octal | 242 | 375 | 320 | 44 | 0 | 22 | 1 | 226 | 140 | 121 |
| Binary | 10100010 | 11111101 | 11010000 | 100100 | 0 | 10010 | 1 | 10010110 | 1100000 | 1010001 |
Color Harmonies of #A2FDD0
Complementary color
Monochromatic Colors of #A2FDD0
Black with #A2FDD0
Text Example
Text Example
White with #A2FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FDD0; }
p { color: rgb(162,253,208); }
H1.HeaderClassName
{
color: #A2FDD0;
}
.AnyTagClassName
{
color: #A2FDD0;
}
</style>
background-color css
<style>
a { background-color: #A2FDD0; }
a { background-color: rgb(162,253,208); }
div.DivClassName
{
background-color: #A2FDD0;
}
.BgClassName
{
background-color: #A2FDD0;
}
</style>
border-color css
<style>
span { border-color: #A2FDD0; }
span { border-color: rgb(162,253,208); }
td.TdClassName
{
border-color: #A2FDD0;
}
.TagClassName
{
border-color: #A2FDD0;
}
</style>