Shades of Magic Mint #A2F3C9
Tints of Magic Mint #A2F3C9
RGB
CMYK
RGB Variations
Color information
#A2F3C9 (or 0xA2F3C9) is known color: Magic Mint. HEX triplet: A2, F3 and C9. RGB value is (162,243,201). Sum of RGB (Red+Green+Blue) = 162+243+201=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F3C9 is #5D0C36. Grayscale: #D6D6D6. Windows color (decimal): -6097975 or 13235106. OLE color: 13235106.
HSL color Cylindrical-coordinate representation of color #A2F3C9: hue angle of 148.89º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F3C9 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 201 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.05 |
| HSL | 148.89º | 0.77% | 0.79% | - |
| HSV(B) | 148.89º | 0.33% | 0.95% | - |
| XYZ | 57.49 | 76 | 66.9 | - |
| YUV | 213.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 201 | 0.33 | 0 | 0.17 | 0.05 | 148.89 | 0.77 | 0.79 |
| Hex | A2 | F3 | C9 | 21 | 0 | 11 | 5 | 95 | 4D | 4F |
| Octal | 242 | 363 | 311 | 41 | 0 | 21 | 5 | 225 | 115 | 117 |
| Binary | 10100010 | 11110011 | 11001001 | 100001 | 0 | 10001 | 101 | 10010101 | 1001101 | 1001111 |
Color Harmonies of #A2F3C9
Complementary color
Monochromatic Colors of #A2F3C9
Black with #A2F3C9
Text Example
Text Example
White with #A2F3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F3C9; }
p { color: rgb(162,243,201); }
H1.HeaderClassName
{
color: #A2F3C9;
}
.AnyTagClassName
{
color: #A2F3C9;
}
</style>
background-color css
<style>
a { background-color: #A2F3C9; }
a { background-color: rgb(162,243,201); }
div.DivClassName
{
background-color: #A2F3C9;
}
.BgClassName
{
background-color: #A2F3C9;
}
</style>
border-color css
<style>
span { border-color: #A2F3C9; }
span { border-color: rgb(162,243,201); }
td.TdClassName
{
border-color: #A2F3C9;
}
.TagClassName
{
border-color: #A2F3C9;
}
</style>