Shades of Magic Mint #ADF2CF
Tints of Magic Mint #ADF2CF
RGB
CMYK
RGB Variations
Color information
#ADF2CF (or 0xADF2CF) is known color: Magic Mint. HEX triplet: AD, F2 and CF. RGB value is (173,242,207). Sum of RGB (Red+Green+Blue) = 173+242+207=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2CF is #520D30. Grayscale: #D9D9D9. Windows color (decimal): -5377329 or 13628077. OLE color: 13628077.
HSL color Cylindrical-coordinate representation of color #ADF2CF: hue angle of 149.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2CF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 207 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 149.57º | 0.73% | 0.81% | - |
| HSV(B) | 149.57º | 0.29% | 0.95% | - |
| XYZ | 60.25 | 76.89 | 70.7 | - |
| YUV | 217.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 207 | 0.29 | 0 | 0.14 | 0.05 | 149.57 | 0.73 | 0.81 |
| Hex | AD | F2 | CF | 1D | 0 | E | 5 | 96 | 49 | 51 |
| Octal | 255 | 362 | 317 | 35 | 0 | 16 | 5 | 226 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11001111 | 11101 | 0 | 1110 | 101 | 10010110 | 1001001 | 1010001 |
Color Harmonies of #ADF2CF
Complementary color
Monochromatic Colors of #ADF2CF
Black with #ADF2CF
Text Example
Text Example
White with #ADF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2CF; }
p { color: rgb(173,242,207); }
H1.HeaderClassName
{
color: #ADF2CF;
}
.AnyTagClassName
{
color: #ADF2CF;
}
</style>
background-color css
<style>
a { background-color: #ADF2CF; }
a { background-color: rgb(173,242,207); }
div.DivClassName
{
background-color: #ADF2CF;
}
.BgClassName
{
background-color: #ADF2CF;
}
</style>
border-color css
<style>
span { border-color: #ADF2CF; }
span { border-color: rgb(173,242,207); }
td.TdClassName
{
border-color: #ADF2CF;
}
.TagClassName
{
border-color: #ADF2CF;
}
</style>