Shades of Magic Mint #ADF7D5
Tints of Magic Mint #ADF7D5
RGB
CMYK
RGB Variations
Color information
#ADF7D5 (or 0xADF7D5) is known color: Magic Mint. HEX triplet: AD, F7 and D5. RGB value is (173,247,213). Sum of RGB (Red+Green+Blue) = 173+247+213=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7D5 is #52082A. Grayscale: #DDDDDD. Windows color (decimal): -5376043 or 14022573. OLE color: 14022573.
HSL color Cylindrical-coordinate representation of color #ADF7D5: hue angle of 152.43º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7D5 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 213 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.03 |
| HSL | 152.43º | 0.82% | 0.82% | - |
| HSV(B) | 152.43º | 0.3% | 0.97% | - |
| XYZ | 62.5 | 80.21 | 75.14 | - |
| YUV | 221 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 213 | 0.30 | 0 | 0.14 | 0.03 | 152.43 | 0.82 | 0.82 |
| Hex | AD | F7 | D5 | 1E | 0 | E | 3 | 98 | 52 | 52 |
| Octal | 255 | 367 | 325 | 36 | 0 | 16 | 3 | 230 | 122 | 122 |
| Binary | 10101101 | 11110111 | 11010101 | 11110 | 0 | 1110 | 11 | 10011000 | 1010010 | 1010010 |
Color Harmonies of #ADF7D5
Complementary color
Monochromatic Colors of #ADF7D5
Black with #ADF7D5
Text Example
Text Example
White with #ADF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7D5; }
p { color: rgb(173,247,213); }
H1.HeaderClassName
{
color: #ADF7D5;
}
.AnyTagClassName
{
color: #ADF7D5;
}
</style>
background-color css
<style>
a { background-color: #ADF7D5; }
a { background-color: rgb(173,247,213); }
div.DivClassName
{
background-color: #ADF7D5;
}
.BgClassName
{
background-color: #ADF7D5;
}
</style>
border-color css
<style>
span { border-color: #ADF7D5; }
span { border-color: rgb(173,247,213); }
td.TdClassName
{
border-color: #ADF7D5;
}
.TagClassName
{
border-color: #ADF7D5;
}
</style>