Shades of Magic Mint #ADF5D1
Tints of Magic Mint #ADF5D1
RGB
CMYK
RGB Variations
Color information
#ADF5D1 (or 0xADF5D1) is known color: Magic Mint. HEX triplet: AD, F5 and D1. RGB value is (173,245,209). Sum of RGB (Red+Green+Blue) = 173+245+209=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5D1 is #520A2E. Grayscale: #DBDBDB. Windows color (decimal): -5376559 or 13759917. OLE color: 13759917.
HSL color Cylindrical-coordinate representation of color #ADF5D1: hue angle of 150º 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 #ADF5D1 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 209 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.04 |
| HSL | 150º | 0.78% | 0.82% | - |
| HSV(B) | 150º | 0.29% | 0.96% | - |
| XYZ | 61.39 | 78.79 | 72.29 | - |
| YUV | 219.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 209 | 0.29 | 0 | 0.15 | 0.04 | 150 | 0.78 | 0.82 |
| Hex | AD | F5 | D1 | 1D | 0 | F | 4 | 96 | 4E | 52 |
| Octal | 255 | 365 | 321 | 35 | 0 | 17 | 4 | 226 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11010001 | 11101 | 0 | 1111 | 100 | 10010110 | 1001110 | 1010010 |
Color Harmonies of #ADF5D1
Complementary color
Monochromatic Colors of #ADF5D1
Black with #ADF5D1
Text Example
Text Example
White with #ADF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5D1; }
p { color: rgb(173,245,209); }
H1.HeaderClassName
{
color: #ADF5D1;
}
.AnyTagClassName
{
color: #ADF5D1;
}
</style>
background-color css
<style>
a { background-color: #ADF5D1; }
a { background-color: rgb(173,245,209); }
div.DivClassName
{
background-color: #ADF5D1;
}
.BgClassName
{
background-color: #ADF5D1;
}
</style>
border-color css
<style>
span { border-color: #ADF5D1; }
span { border-color: rgb(173,245,209); }
td.TdClassName
{
border-color: #ADF5D1;
}
.TagClassName
{
border-color: #ADF5D1;
}
</style>