Shades of Magic Mint #A8FCC8
Tints of Magic Mint #A8FCC8
RGB
CMYK
RGB Variations
Color information
#A8FCC8 (or 0xA8FCC8) is known color: Magic Mint. HEX triplet: A8, FC and C8. RGB value is (168,252,200). Sum of RGB (Red+Green+Blue) = 168+252+200=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCC8 is #570337. Grayscale: #DDDDDD. Windows color (decimal): -5702456 or 13171880. OLE color: 13171880.
HSL color Cylindrical-coordinate representation of color #A8FCC8: hue angle of 142.86º 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 #A8FCC8 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 200 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.01 |
| HSL | 142.86º | 0.93% | 0.82% | - |
| HSV(B) | 142.86º | 0.33% | 0.99% | - |
| XYZ | 61.38 | 82.12 | 67.26 | - |
| YUV | 220.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 200 | 0.33 | 0 | 0.21 | 0.01 | 142.86 | 0.93 | 0.82 |
| Hex | A8 | FC | C8 | 21 | 0 | 15 | 1 | 8F | 5D | 52 |
| Octal | 250 | 374 | 310 | 41 | 0 | 25 | 1 | 217 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11001000 | 100001 | 0 | 10101 | 1 | 10001111 | 1011101 | 1010010 |
Color Harmonies of #A8FCC8
Complementary color
Monochromatic Colors of #A8FCC8
Black with #A8FCC8
Text Example
Text Example
White with #A8FCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCC8; }
p { color: rgb(168,252,200); }
H1.HeaderClassName
{
color: #A8FCC8;
}
.AnyTagClassName
{
color: #A8FCC8;
}
</style>
background-color css
<style>
a { background-color: #A8FCC8; }
a { background-color: rgb(168,252,200); }
div.DivClassName
{
background-color: #A8FCC8;
}
.BgClassName
{
background-color: #A8FCC8;
}
</style>
border-color css
<style>
span { border-color: #A8FCC8; }
span { border-color: rgb(168,252,200); }
td.TdClassName
{
border-color: #A8FCC8;
}
.TagClassName
{
border-color: #A8FCC8;
}
</style>