Shades of Magic Mint #ADF4C6
Tints of Magic Mint #ADF4C6
RGB
CMYK
RGB Variations
Color information
#ADF4C6 (or 0xADF4C6) is known color: Magic Mint. HEX triplet: AD, F4 and C6. RGB value is (173,244,198). Sum of RGB (Red+Green+Blue) = 173+244+198=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF4C6 is #520B39. Grayscale: #D9D9D9. Windows color (decimal): -5376826 or 13038765. OLE color: 13038765.
HSL color Cylindrical-coordinate representation of color #ADF4C6: hue angle of 141.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF4C6 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 198 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.04 |
| HSL | 141.13º | 0.76% | 0.82% | - |
| HSV(B) | 141.13º | 0.29% | 0.96% | - |
| XYZ | 59.78 | 77.66 | 65.27 | - |
| YUV | 217.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 198 | 0.29 | 0 | 0.19 | 0.04 | 141.13 | 0.76 | 0.82 |
| Hex | AD | F4 | C6 | 1D | 0 | 13 | 4 | 8D | 4C | 52 |
| Octal | 255 | 364 | 306 | 35 | 0 | 23 | 4 | 215 | 114 | 122 |
| Binary | 10101101 | 11110100 | 11000110 | 11101 | 0 | 10011 | 100 | 10001101 | 1001100 | 1010010 |
Color Harmonies of #ADF4C6
Complementary color
Monochromatic Colors of #ADF4C6
Black with #ADF4C6
Text Example
Text Example
White with #ADF4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4C6; }
p { color: rgb(173,244,198); }
H1.HeaderClassName
{
color: #ADF4C6;
}
.AnyTagClassName
{
color: #ADF4C6;
}
</style>
background-color css
<style>
a { background-color: #ADF4C6; }
a { background-color: rgb(173,244,198); }
div.DivClassName
{
background-color: #ADF4C6;
}
.BgClassName
{
background-color: #ADF4C6;
}
</style>
border-color css
<style>
span { border-color: #ADF4C6; }
span { border-color: rgb(173,244,198); }
td.TdClassName
{
border-color: #ADF4C6;
}
.TagClassName
{
border-color: #ADF4C6;
}
</style>