Shades of Magic Mint #ADF0C5
Tints of Magic Mint #ADF0C5
RGB
CMYK
RGB Variations
Color information
#ADF0C5 (or 0xADF0C5) is known color: Magic Mint. HEX triplet: AD, F0 and C5. RGB value is (173,240,197). Sum of RGB (Red+Green+Blue) = 173+240+197=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0C5 is #520F3A. Grayscale: #D7D7D7. Windows color (decimal): -5377851 or 12972205. OLE color: 12972205.
HSL color Cylindrical-coordinate representation of color #ADF0C5: hue angle of 141.49º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0C5 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 197 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.06 |
| HSL | 141.49º | 0.69% | 0.81% | - |
| HSV(B) | 141.49º | 0.28% | 0.94% | - |
| XYZ | 58.47 | 75.24 | 64.26 | - |
| YUV | 215.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 197 | 0.28 | 0 | 0.18 | 0.06 | 141.49 | 0.69 | 0.81 |
| Hex | AD | F0 | C5 | 1C | 0 | 12 | 6 | 8D | 45 | 51 |
| Octal | 255 | 360 | 305 | 34 | 0 | 22 | 6 | 215 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11000101 | 11100 | 0 | 10010 | 110 | 10001101 | 1000101 | 1010001 |
Color Harmonies of #ADF0C5
Complementary color
Monochromatic Colors of #ADF0C5
Black with #ADF0C5
Text Example
Text Example
White with #ADF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0C5; }
p { color: rgb(173,240,197); }
H1.HeaderClassName
{
color: #ADF0C5;
}
.AnyTagClassName
{
color: #ADF0C5;
}
</style>
background-color css
<style>
a { background-color: #ADF0C5; }
a { background-color: rgb(173,240,197); }
div.DivClassName
{
background-color: #ADF0C5;
}
.BgClassName
{
background-color: #ADF0C5;
}
</style>
border-color css
<style>
span { border-color: #ADF0C5; }
span { border-color: rgb(173,240,197); }
td.TdClassName
{
border-color: #ADF0C5;
}
.TagClassName
{
border-color: #ADF0C5;
}
</style>