Shades of Magic Mint #A2FDDD
Tints of Magic Mint #A2FDDD
RGB
CMYK
RGB Variations
Color information
#A2FDDD (or 0xA2FDDD) is known color: Magic Mint. HEX triplet: A2, FD and DD. RGB value is (162,253,221). Sum of RGB (Red+Green+Blue) = 162+253+221=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDDD is #5D0222. Grayscale: #DEDEDE. Windows color (decimal): -6095395 or 14548386. OLE color: 14548386.
HSL color Cylindrical-coordinate representation of color #A2FDDD: hue angle of 158.9º 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 #A2FDDD is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 253 | 221 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.01 |
| HSL | 158.9º | 0.96% | 0.81% | - |
| HSV(B) | 158.9º | 0.36% | 0.99% | - |
| XYZ | 63.08 | 83.15 | 81.13 | - |
| YUV | 222.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 253 | 221 | 0.36 | 0 | 0.13 | 0.01 | 158.9 | 0.96 | 0.81 |
| Hex | A2 | FD | DD | 24 | 0 | D | 1 | 9F | 60 | 51 |
| Octal | 242 | 375 | 335 | 44 | 0 | 15 | 1 | 237 | 140 | 121 |
| Binary | 10100010 | 11111101 | 11011101 | 100100 | 0 | 1101 | 1 | 10011111 | 1100000 | 1010001 |
Color Harmonies of #A2FDDD
Complementary color
Monochromatic Colors of #A2FDDD
Black with #A2FDDD
Text Example
Text Example
White with #A2FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FDDD; }
p { color: rgb(162,253,221); }
H1.HeaderClassName
{
color: #A2FDDD;
}
.AnyTagClassName
{
color: #A2FDDD;
}
</style>
background-color css
<style>
a { background-color: #A2FDDD; }
a { background-color: rgb(162,253,221); }
div.DivClassName
{
background-color: #A2FDDD;
}
.BgClassName
{
background-color: #A2FDDD;
}
</style>
border-color css
<style>
span { border-color: #A2FDDD; }
span { border-color: rgb(162,253,221); }
td.TdClassName
{
border-color: #A2FDDD;
}
.TagClassName
{
border-color: #A2FDDD;
}
</style>