Shades of Magic Mint #A8FDC6
Tints of Magic Mint #A8FDC6
RGB
CMYK
RGB Variations
Color information
#A8FDC6 (or 0xA8FDC6) is known color: Magic Mint. HEX triplet: A8, FD and C6. RGB value is (168,253,198). Sum of RGB (Red+Green+Blue) = 168+253+198=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDC6 is #570239. Grayscale: #DDDDDD. Windows color (decimal): -5702202 or 13041064. OLE color: 13041064.
HSL color Cylindrical-coordinate representation of color #A8FDC6: hue angle of 141.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDC6 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 253 | 198 | - |
CMYK | 0.34 | 0 | 0.22 | 0.01 |
HSL | 141.18º | 0.96% | 0.83% | - |
HSV(B) | 141.18º | 0.34% | 0.99% | - |
XYZ | 61.47 | 82.65 | 66.14 | - |
YUV | 221.32 | 114.84 | 89.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 253 | 198 | 0.34 | 0 | 0.22 | 0.01 | 141.18 | 0.96 | 0.83 |
Hex | A8 | FD | C6 | 22 | 0 | 16 | 1 | 8D | 60 | 53 |
Octal | 250 | 375 | 306 | 42 | 0 | 26 | 1 | 215 | 140 | 123 |
Binary | 10101000 | 11111101 | 11000110 | 100010 | 0 | 10110 | 1 | 10001101 | 1100000 | 1010011 |
Color Harmonies of #A8FDC6
Complementary color
Monochromatic Colors of #A8FDC6
Black with #A8FDC6
Text Example
Text Example
White with #A8FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDC6; }
p { color: rgb(168,253,198); }
H1.HeaderClassName
{
color: #A8FDC6;
}
.AnyTagClassName
{
color: #A8FDC6;
}
</style>
background-color css
<style>
a { background-color: #A8FDC6; }
a { background-color: rgb(168,253,198); }
div.DivClassName
{
background-color: #A8FDC6;
}
.BgClassName
{
background-color: #A8FDC6;
}
</style>
border-color css
<style>
span { border-color: #A8FDC6; }
span { border-color: rgb(168,253,198); }
td.TdClassName
{
border-color: #A8FDC6;
}
.TagClassName
{
border-color: #A8FDC6;
}
</style>