Shades of Magic Mint #ADF7CA
Tints of Magic Mint #ADF7CA
RGB
CMYK
RGB Variations
Color information
#ADF7CA (or 0xADF7CA) is known color: Magic Mint. HEX triplet: AD, F7 and CA. RGB value is (173,247,202). Sum of RGB (Red+Green+Blue) = 173+247+202=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7CA is #520835. Grayscale: #DBDBDB. Windows color (decimal): -5376054 or 13301677. OLE color: 13301677.
HSL color Cylindrical-coordinate representation of color #ADF7CA: hue angle of 143.51º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7CA is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 202 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.03 |
| HSL | 143.51º | 0.82% | 0.82% | - |
| HSV(B) | 143.51º | 0.3% | 0.97% | - |
| XYZ | 61.16 | 79.67 | 68.03 | - |
| YUV | 219.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 202 | 0.30 | 0 | 0.18 | 0.03 | 143.51 | 0.82 | 0.82 |
| Hex | AD | F7 | CA | 1E | 0 | 12 | 3 | 90 | 52 | 52 |
| Octal | 255 | 367 | 312 | 36 | 0 | 22 | 3 | 220 | 122 | 122 |
| Binary | 10101101 | 11110111 | 11001010 | 11110 | 0 | 10010 | 11 | 10010000 | 1010010 | 1010010 |
Color Harmonies of #ADF7CA
Complementary color
Monochromatic Colors of #ADF7CA
Black with #ADF7CA
Text Example
Text Example
White with #ADF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7CA; }
p { color: rgb(173,247,202); }
H1.HeaderClassName
{
color: #ADF7CA;
}
.AnyTagClassName
{
color: #ADF7CA;
}
</style>
background-color css
<style>
a { background-color: #ADF7CA; }
a { background-color: rgb(173,247,202); }
div.DivClassName
{
background-color: #ADF7CA;
}
.BgClassName
{
background-color: #ADF7CA;
}
</style>
border-color css
<style>
span { border-color: #ADF7CA; }
span { border-color: rgb(173,247,202); }
td.TdClassName
{
border-color: #ADF7CA;
}
.TagClassName
{
border-color: #ADF7CA;
}
</style>