Shades of Magic Mint #ADF5CF
Tints of Magic Mint #ADF5CF
RGB
CMYK
RGB Variations
Color information
#ADF5CF (or 0xADF5CF) is known color: Magic Mint. HEX triplet: AD, F5 and CF. RGB value is (173,245,207). Sum of RGB (Red+Green+Blue) = 173+245+207=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5CF is #520A30. Grayscale: #DBDBDB. Windows color (decimal): -5376561 or 13628845. OLE color: 13628845.
HSL color Cylindrical-coordinate representation of color #ADF5CF: hue angle of 148.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 #ADF5CF is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 207 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.04 |
| HSL | 148.33º | 0.78% | 0.82% | - |
| HSV(B) | 148.33º | 0.29% | 0.96% | - |
| XYZ | 61.15 | 78.69 | 71 | - |
| YUV | 219.14 | 121.15 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 207 | 0.29 | 0 | 0.16 | 0.04 | 148.33 | 0.78 | 0.82 |
| Hex | AD | F5 | CF | 1D | 0 | 10 | 4 | 94 | 4E | 52 |
| Octal | 255 | 365 | 317 | 35 | 0 | 20 | 4 | 224 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11001111 | 11101 | 0 | 10000 | 100 | 10010100 | 1001110 | 1010010 |
Color Harmonies of #ADF5CF
Complementary color
Monochromatic Colors of #ADF5CF
Black with #ADF5CF
Text Example
Text Example
White with #ADF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5CF; }
p { color: rgb(173,245,207); }
H1.HeaderClassName
{
color: #ADF5CF;
}
.AnyTagClassName
{
color: #ADF5CF;
}
</style>
background-color css
<style>
a { background-color: #ADF5CF; }
a { background-color: rgb(173,245,207); }
div.DivClassName
{
background-color: #ADF5CF;
}
.BgClassName
{
background-color: #ADF5CF;
}
</style>
border-color css
<style>
span { border-color: #ADF5CF; }
span { border-color: rgb(173,245,207); }
td.TdClassName
{
border-color: #ADF5CF;
}
.TagClassName
{
border-color: #ADF5CF;
}
</style>