Shades of Magic Mint #A8FCC0
Tints of Magic Mint #A8FCC0
RGB
CMYK
RGB Variations
Color information
#A8FCC0 (or 0xA8FCC0) is known color: Magic Mint. HEX triplet: A8, FC and C0. RGB value is (168,252,192). Sum of RGB (Red+Green+Blue) = 168+252+192=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCC0 is #57033F. Grayscale: #DCDCDC. Windows color (decimal): -5702464 or 12647592. OLE color: 12647592.
HSL color Cylindrical-coordinate representation of color #A8FCC0: hue angle of 137.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCC0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 192 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.01 |
| HSL | 137.14º | 0.93% | 0.82% | - |
| HSV(B) | 137.14º | 0.33% | 0.99% | - |
| XYZ | 60.47 | 81.75 | 62.46 | - |
| YUV | 220.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 192 | 0.33 | 0 | 0.24 | 0.01 | 137.14 | 0.93 | 0.82 |
| Hex | A8 | FC | C0 | 21 | 0 | 18 | 1 | 89 | 5D | 52 |
| Octal | 250 | 374 | 300 | 41 | 0 | 30 | 1 | 211 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11000000 | 100001 | 0 | 11000 | 1 | 10001001 | 1011101 | 1010010 |
Color Harmonies of #A8FCC0
Complementary color
Monochromatic Colors of #A8FCC0
Black with #A8FCC0
Text Example
Text Example
White with #A8FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCC0; }
p { color: rgb(168,252,192); }
H1.HeaderClassName
{
color: #A8FCC0;
}
.AnyTagClassName
{
color: #A8FCC0;
}
</style>
background-color css
<style>
a { background-color: #A8FCC0; }
a { background-color: rgb(168,252,192); }
div.DivClassName
{
background-color: #A8FCC0;
}
.BgClassName
{
background-color: #A8FCC0;
}
</style>
border-color css
<style>
span { border-color: #A8FCC0; }
span { border-color: rgb(168,252,192); }
td.TdClassName
{
border-color: #A8FCC0;
}
.TagClassName
{
border-color: #A8FCC0;
}
</style>