Shades of Magic Mint #ADF2D0
Tints of Magic Mint #ADF2D0
RGB
CMYK
RGB Variations
Color information
#ADF2D0 (or 0xADF2D0) is known color: Magic Mint. HEX triplet: AD, F2 and D0. RGB value is (173,242,208). Sum of RGB (Red+Green+Blue) = 173+242+208=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2D0 is #520D2F. Grayscale: #D9D9D9. Windows color (decimal): -5377328 or 13693613. OLE color: 13693613.
HSL color Cylindrical-coordinate representation of color #ADF2D0: hue angle of 150.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2D0 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 208 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 150.43º | 0.73% | 0.81% | - |
| HSV(B) | 150.43º | 0.29% | 0.95% | - |
| XYZ | 60.37 | 76.94 | 71.34 | - |
| YUV | 217.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 208 | 0.29 | 0 | 0.14 | 0.05 | 150.43 | 0.73 | 0.81 |
| Hex | AD | F2 | D0 | 1D | 0 | E | 5 | 96 | 49 | 51 |
| Octal | 255 | 362 | 320 | 35 | 0 | 16 | 5 | 226 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11010000 | 11101 | 0 | 1110 | 101 | 10010110 | 1001001 | 1010001 |
Color Harmonies of #ADF2D0
Complementary color
Monochromatic Colors of #ADF2D0
Black with #ADF2D0
Text Example
Text Example
White with #ADF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2D0; }
p { color: rgb(173,242,208); }
H1.HeaderClassName
{
color: #ADF2D0;
}
.AnyTagClassName
{
color: #ADF2D0;
}
</style>
background-color css
<style>
a { background-color: #ADF2D0; }
a { background-color: rgb(173,242,208); }
div.DivClassName
{
background-color: #ADF2D0;
}
.BgClassName
{
background-color: #ADF2D0;
}
</style>
border-color css
<style>
span { border-color: #ADF2D0; }
span { border-color: rgb(173,242,208); }
td.TdClassName
{
border-color: #ADF2D0;
}
.TagClassName
{
border-color: #ADF2D0;
}
</style>