Shades of Magic Mint #A8FDC5
Tints of Magic Mint #A8FDC5
RGB
CMYK
RGB Variations
Color information
#A8FDC5 (or 0xA8FDC5) is known color: Magic Mint. HEX triplet: A8, FD and C5. RGB value is (168,253,197). Sum of RGB (Red+Green+Blue) = 168+253+197=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDC5 is #57023A. Grayscale: #DDDDDD. Windows color (decimal): -5702203 or 12975528. OLE color: 12975528.
HSL color Cylindrical-coordinate representation of color #A8FDC5: hue angle of 140.47º 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 #A8FDC5 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 197 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.01 |
| HSL | 140.47º | 0.96% | 0.83% | - |
| HSV(B) | 140.47º | 0.34% | 0.99% | - |
| XYZ | 61.35 | 82.61 | 65.53 | - |
| YUV | 221.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 197 | 0.34 | 0 | 0.22 | 0.01 | 140.47 | 0.96 | 0.83 |
| Hex | A8 | FD | C5 | 22 | 0 | 16 | 1 | 8C | 60 | 53 |
| Octal | 250 | 375 | 305 | 42 | 0 | 26 | 1 | 214 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11000101 | 100010 | 0 | 10110 | 1 | 10001100 | 1100000 | 1010011 |
Color Harmonies of #A8FDC5
Complementary color
Monochromatic Colors of #A8FDC5
Black with #A8FDC5
Text Example
Text Example
White with #A8FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDC5; }
p { color: rgb(168,253,197); }
H1.HeaderClassName
{
color: #A8FDC5;
}
.AnyTagClassName
{
color: #A8FDC5;
}
</style>
background-color css
<style>
a { background-color: #A8FDC5; }
a { background-color: rgb(168,253,197); }
div.DivClassName
{
background-color: #A8FDC5;
}
.BgClassName
{
background-color: #A8FDC5;
}
</style>
border-color css
<style>
span { border-color: #A8FDC5; }
span { border-color: rgb(168,253,197); }
td.TdClassName
{
border-color: #A8FDC5;
}
.TagClassName
{
border-color: #A8FDC5;
}
</style>