Shades of Magic Mint #ADF0C9
Tints of Magic Mint #ADF0C9
RGB
CMYK
RGB Variations
Color information
#ADF0C9 (or 0xADF0C9) is known color: Magic Mint. HEX triplet: AD, F0 and C9. RGB value is (173,240,201). Sum of RGB (Red+Green+Blue) = 173+240+201=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0C9 is #520F36. Grayscale: #D7D7D7. Windows color (decimal): -5377847 or 13234349. OLE color: 13234349.
HSL color Cylindrical-coordinate representation of color #ADF0C9: hue angle of 145.07º 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 #ADF0C9 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 201 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.06 |
| HSL | 145.07º | 0.69% | 0.81% | - |
| HSV(B) | 145.07º | 0.28% | 0.94% | - |
| XYZ | 58.94 | 75.42 | 66.71 | - |
| YUV | 215.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 201 | 0.28 | 0 | 0.16 | 0.06 | 145.07 | 0.69 | 0.81 |
| Hex | AD | F0 | C9 | 1C | 0 | 10 | 6 | 91 | 45 | 51 |
| Octal | 255 | 360 | 311 | 34 | 0 | 20 | 6 | 221 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11001001 | 11100 | 0 | 10000 | 110 | 10010001 | 1000101 | 1010001 |
Color Harmonies of #ADF0C9
Complementary color
Monochromatic Colors of #ADF0C9
Black with #ADF0C9
Text Example
Text Example
White with #ADF0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0C9; }
p { color: rgb(173,240,201); }
H1.HeaderClassName
{
color: #ADF0C9;
}
.AnyTagClassName
{
color: #ADF0C9;
}
</style>
background-color css
<style>
a { background-color: #ADF0C9; }
a { background-color: rgb(173,240,201); }
div.DivClassName
{
background-color: #ADF0C9;
}
.BgClassName
{
background-color: #ADF0C9;
}
</style>
border-color css
<style>
span { border-color: #ADF0C9; }
span { border-color: rgb(173,240,201); }
td.TdClassName
{
border-color: #ADF0C9;
}
.TagClassName
{
border-color: #ADF0C9;
}
</style>