Shades of Magic Mint #A8F2C9
Tints of Magic Mint #A8F2C9
RGB
CMYK
RGB Variations
Color information
#A8F2C9 (or 0xA8F2C9) is known color: Magic Mint. HEX triplet: A8, F2 and C9. RGB value is (168,242,201). Sum of RGB (Red+Green+Blue) = 168+242+201=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2C9 is #570D36. Grayscale: #D7D7D7. Windows color (decimal): -5705015 or 13234856. OLE color: 13234856.
HSL color Cylindrical-coordinate representation of color #A8F2C9: hue angle of 146.76º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2C9 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 201 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.05 |
| HSL | 146.76º | 0.74% | 0.8% | - |
| HSV(B) | 146.76º | 0.31% | 0.95% | - |
| XYZ | 58.44 | 76.05 | 66.86 | - |
| YUV | 215.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 201 | 0.31 | 0 | 0.17 | 0.05 | 146.76 | 0.74 | 0.8 |
| Hex | A8 | F2 | C9 | 1F | 0 | 11 | 5 | 93 | 4A | 50 |
| Octal | 250 | 362 | 311 | 37 | 0 | 21 | 5 | 223 | 112 | 120 |
| Binary | 10101000 | 11110010 | 11001001 | 11111 | 0 | 10001 | 101 | 10010011 | 1001010 | 1010000 |
Color Harmonies of #A8F2C9
Complementary color
Monochromatic Colors of #A8F2C9
Black with #A8F2C9
Text Example
Text Example
White with #A8F2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2C9; }
p { color: rgb(168,242,201); }
H1.HeaderClassName
{
color: #A8F2C9;
}
.AnyTagClassName
{
color: #A8F2C9;
}
</style>
background-color css
<style>
a { background-color: #A8F2C9; }
a { background-color: rgb(168,242,201); }
div.DivClassName
{
background-color: #A8F2C9;
}
.BgClassName
{
background-color: #A8F2C9;
}
</style>
border-color css
<style>
span { border-color: #A8F2C9; }
span { border-color: rgb(168,242,201); }
td.TdClassName
{
border-color: #A8F2C9;
}
.TagClassName
{
border-color: #A8F2C9;
}
</style>