Shades of Magic Mint #ADF8DB
Tints of Magic Mint #ADF8DB
RGB
CMYK
RGB Variations
Color information
#ADF8DB (or 0xADF8DB) is known color: Magic Mint. HEX triplet: AD, F8 and DB. RGB value is (173,248,219). Sum of RGB (Red+Green+Blue) = 173+248+219=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8DB is #520724. Grayscale: #DEDEDE. Windows color (decimal): -5375781 or 14416045. OLE color: 14416045.
HSL color Cylindrical-coordinate representation of color #ADF8DB: hue angle of 156.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8DB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 219 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.03 |
| HSL | 156.8º | 0.84% | 0.83% | - |
| HSV(B) | 156.8º | 0.3% | 0.97% | - |
| XYZ | 63.59 | 81.13 | 79.33 | - |
| YUV | 222.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 219 | 0.30 | 0 | 0.12 | 0.03 | 156.8 | 0.84 | 0.83 |
| Hex | AD | F8 | DB | 1E | 0 | C | 3 | 9D | 54 | 53 |
| Octal | 255 | 370 | 333 | 36 | 0 | 14 | 3 | 235 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11011011 | 11110 | 0 | 1100 | 11 | 10011101 | 1010100 | 1010011 |
Color Harmonies of #ADF8DB
Complementary color
Monochromatic Colors of #ADF8DB
Black with #ADF8DB
Text Example
Text Example
White with #ADF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8DB; }
p { color: rgb(173,248,219); }
H1.HeaderClassName
{
color: #ADF8DB;
}
.AnyTagClassName
{
color: #ADF8DB;
}
</style>
background-color css
<style>
a { background-color: #ADF8DB; }
a { background-color: rgb(173,248,219); }
div.DivClassName
{
background-color: #ADF8DB;
}
.BgClassName
{
background-color: #ADF8DB;
}
</style>
border-color css
<style>
span { border-color: #ADF8DB; }
span { border-color: rgb(173,248,219); }
td.TdClassName
{
border-color: #ADF8DB;
}
.TagClassName
{
border-color: #ADF8DB;
}
</style>