Shades of Magic Mint #A8FDCD
Tints of Magic Mint #A8FDCD
RGB
CMYK
RGB Variations
Color information
#A8FDCD (or 0xA8FDCD) is known color: Magic Mint. HEX triplet: A8, FD and CD. RGB value is (168,253,205). Sum of RGB (Red+Green+Blue) = 168+253+205=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDCD is #570232. Grayscale: #DEDEDE. Windows color (decimal): -5702195 or 13499816. OLE color: 13499816.
HSL color Cylindrical-coordinate representation of color #A8FDCD: hue angle of 146.12º 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 #A8FDCD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 205 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.01 |
| HSL | 146.12º | 0.96% | 0.83% | - |
| HSV(B) | 146.12º | 0.34% | 0.99% | - |
| XYZ | 62.29 | 82.98 | 70.49 | - |
| YUV | 222.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 205 | 0.34 | 0 | 0.19 | 0.01 | 146.12 | 0.96 | 0.83 |
| Hex | A8 | FD | CD | 22 | 0 | 13 | 1 | 92 | 60 | 53 |
| Octal | 250 | 375 | 315 | 42 | 0 | 23 | 1 | 222 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11001101 | 100010 | 0 | 10011 | 1 | 10010010 | 1100000 | 1010011 |
Color Harmonies of #A8FDCD
Complementary color
Monochromatic Colors of #A8FDCD
Black with #A8FDCD
Text Example
Text Example
White with #A8FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDCD; }
p { color: rgb(168,253,205); }
H1.HeaderClassName
{
color: #A8FDCD;
}
.AnyTagClassName
{
color: #A8FDCD;
}
</style>
background-color css
<style>
a { background-color: #A8FDCD; }
a { background-color: rgb(168,253,205); }
div.DivClassName
{
background-color: #A8FDCD;
}
.BgClassName
{
background-color: #A8FDCD;
}
</style>
border-color css
<style>
span { border-color: #A8FDCD; }
span { border-color: rgb(168,253,205); }
td.TdClassName
{
border-color: #A8FDCD;
}
.TagClassName
{
border-color: #A8FDCD;
}
</style>