Shades of Magic Mint #ADF5D0
Tints of Magic Mint #ADF5D0
RGB
CMYK
RGB Variations
Color information
#ADF5D0 (or 0xADF5D0) is known color: Magic Mint. HEX triplet: AD, F5 and D0. RGB value is (173,245,208). Sum of RGB (Red+Green+Blue) = 173+245+208=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5D0 is #520A2F. Grayscale: #DBDBDB. Windows color (decimal): -5376560 or 13694381. OLE color: 13694381.
HSL color Cylindrical-coordinate representation of color #ADF5D0: hue angle of 149.17º degrees, saturation: 0.78, 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 #ADF5D0 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 208 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.04 |
| HSL | 149.17º | 0.78% | 0.82% | - |
| HSV(B) | 149.17º | 0.29% | 0.96% | - |
| XYZ | 61.27 | 78.74 | 71.64 | - |
| YUV | 219.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 208 | 0.29 | 0 | 0.15 | 0.04 | 149.17 | 0.78 | 0.82 |
| Hex | AD | F5 | D0 | 1D | 0 | F | 4 | 95 | 4E | 52 |
| Octal | 255 | 365 | 320 | 35 | 0 | 17 | 4 | 225 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11010000 | 11101 | 0 | 1111 | 100 | 10010101 | 1001110 | 1010010 |
Color Harmonies of #ADF5D0
Complementary color
Monochromatic Colors of #ADF5D0
Black with #ADF5D0
Text Example
Text Example
White with #ADF5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5D0; }
p { color: rgb(173,245,208); }
H1.HeaderClassName
{
color: #ADF5D0;
}
.AnyTagClassName
{
color: #ADF5D0;
}
</style>
background-color css
<style>
a { background-color: #ADF5D0; }
a { background-color: rgb(173,245,208); }
div.DivClassName
{
background-color: #ADF5D0;
}
.BgClassName
{
background-color: #ADF5D0;
}
</style>
border-color css
<style>
span { border-color: #ADF5D0; }
span { border-color: rgb(173,245,208); }
td.TdClassName
{
border-color: #ADF5D0;
}
.TagClassName
{
border-color: #ADF5D0;
}
</style>