Shades of Magic Mint #ADF6DB
Tints of Magic Mint #ADF6DB
RGB
CMYK
RGB Variations
Color information
#ADF6DB (or 0xADF6DB) is known color: Magic Mint. HEX triplet: AD, F6 and DB. RGB value is (173,246,219). Sum of RGB (Red+Green+Blue) = 173+246+219=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6DB is #520924. Grayscale: #DDDDDD. Windows color (decimal): -5376293 or 14415533. OLE color: 14415533.
HSL color Cylindrical-coordinate representation of color #ADF6DB: hue angle of 157.81º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6DB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 219 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.04 |
| HSL | 157.81º | 0.8% | 0.82% | - |
| HSV(B) | 157.81º | 0.3% | 0.96% | - |
| XYZ | 62.98 | 79.91 | 79.12 | - |
| YUV | 221.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 219 | 0.30 | 0 | 0.11 | 0.04 | 157.81 | 0.8 | 0.82 |
| Hex | AD | F6 | DB | 1E | 0 | B | 4 | 9E | 50 | 52 |
| Octal | 255 | 366 | 333 | 36 | 0 | 13 | 4 | 236 | 120 | 122 |
| Binary | 10101101 | 11110110 | 11011011 | 11110 | 0 | 1011 | 100 | 10011110 | 1010000 | 1010010 |
Color Harmonies of #ADF6DB
Complementary color
Monochromatic Colors of #ADF6DB
Black with #ADF6DB
Text Example
Text Example
White with #ADF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF6DB; }
p { color: rgb(173,246,219); }
H1.HeaderClassName
{
color: #ADF6DB;
}
.AnyTagClassName
{
color: #ADF6DB;
}
</style>
background-color css
<style>
a { background-color: #ADF6DB; }
a { background-color: rgb(173,246,219); }
div.DivClassName
{
background-color: #ADF6DB;
}
.BgClassName
{
background-color: #ADF6DB;
}
</style>
border-color css
<style>
span { border-color: #ADF6DB; }
span { border-color: rgb(173,246,219); }
td.TdClassName
{
border-color: #ADF6DB;
}
.TagClassName
{
border-color: #ADF6DB;
}
</style>