Shades of Magic Mint #ADF4C5
Tints of Magic Mint #ADF4C5
RGB
CMYK
RGB Variations
Color information
#ADF4C5 (or 0xADF4C5) is known color: Magic Mint. HEX triplet: AD, F4 and C5. RGB value is (173,244,197). Sum of RGB (Red+Green+Blue) = 173+244+197=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF4C5 is #520B3A. Grayscale: #D9D9D9. Windows color (decimal): -5376827 or 12973229. OLE color: 12973229.
HSL color Cylindrical-coordinate representation of color #ADF4C5: hue angle of 140.28º 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 #ADF4C5 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 197 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.04 |
| HSL | 140.28º | 0.76% | 0.82% | - |
| HSV(B) | 140.28º | 0.29% | 0.96% | - |
| XYZ | 59.66 | 77.62 | 64.66 | - |
| YUV | 217.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 197 | 0.29 | 0 | 0.19 | 0.04 | 140.28 | 0.76 | 0.82 |
| Hex | AD | F4 | C5 | 1D | 0 | 13 | 4 | 8C | 4C | 52 |
| Octal | 255 | 364 | 305 | 35 | 0 | 23 | 4 | 214 | 114 | 122 |
| Binary | 10101101 | 11110100 | 11000101 | 11101 | 0 | 10011 | 100 | 10001100 | 1001100 | 1010010 |
Color Harmonies of #ADF4C5
Complementary color
Monochromatic Colors of #ADF4C5
Black with #ADF4C5
Text Example
Text Example
White with #ADF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4C5; }
p { color: rgb(173,244,197); }
H1.HeaderClassName
{
color: #ADF4C5;
}
.AnyTagClassName
{
color: #ADF4C5;
}
</style>
background-color css
<style>
a { background-color: #ADF4C5; }
a { background-color: rgb(173,244,197); }
div.DivClassName
{
background-color: #ADF4C5;
}
.BgClassName
{
background-color: #ADF4C5;
}
</style>
border-color css
<style>
span { border-color: #ADF4C5; }
span { border-color: rgb(173,244,197); }
td.TdClassName
{
border-color: #ADF4C5;
}
.TagClassName
{
border-color: #ADF4C5;
}
</style>