Shades of Magic Mint #ADF5D5
Tints of Magic Mint #ADF5D5
RGB
CMYK
RGB Variations
Color information
#ADF5D5 (or 0xADF5D5) is known color: Magic Mint. HEX triplet: AD, F5 and D5. RGB value is (173,245,213). Sum of RGB (Red+Green+Blue) = 173+245+213=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5D5 is #520A2A. Grayscale: #DBDBDB. Windows color (decimal): -5376555 or 14022061. OLE color: 14022061.
HSL color Cylindrical-coordinate representation of color #ADF5D5: hue angle of 153.33º 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 #ADF5D5 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 213 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.04 |
| HSL | 153.33º | 0.78% | 0.82% | - |
| HSV(B) | 153.33º | 0.29% | 0.96% | - |
| XYZ | 61.9 | 78.99 | 74.94 | - |
| YUV | 219.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 213 | 0.29 | 0 | 0.13 | 0.04 | 153.33 | 0.78 | 0.82 |
| Hex | AD | F5 | D5 | 1D | 0 | D | 4 | 99 | 4E | 52 |
| Octal | 255 | 365 | 325 | 35 | 0 | 15 | 4 | 231 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11010101 | 11101 | 0 | 1101 | 100 | 10011001 | 1001110 | 1010010 |
Color Harmonies of #ADF5D5
Complementary color
Monochromatic Colors of #ADF5D5
Black with #ADF5D5
Text Example
Text Example
White with #ADF5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5D5; }
p { color: rgb(173,245,213); }
H1.HeaderClassName
{
color: #ADF5D5;
}
.AnyTagClassName
{
color: #ADF5D5;
}
</style>
background-color css
<style>
a { background-color: #ADF5D5; }
a { background-color: rgb(173,245,213); }
div.DivClassName
{
background-color: #ADF5D5;
}
.BgClassName
{
background-color: #ADF5D5;
}
</style>
border-color css
<style>
span { border-color: #ADF5D5; }
span { border-color: rgb(173,245,213); }
td.TdClassName
{
border-color: #ADF5D5;
}
.TagClassName
{
border-color: #ADF5D5;
}
</style>