Shades of Magic Mint #ADF3C7
Tints of Magic Mint #ADF3C7
RGB
CMYK
RGB Variations
Color information
#ADF3C7 (or 0xADF3C7) is known color: Magic Mint. HEX triplet: AD, F3 and C7. RGB value is (173,243,199). Sum of RGB (Red+Green+Blue) = 173+243+199=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3C7 is #520C38. Grayscale: #D9D9D9. Windows color (decimal): -5377081 or 13104045. OLE color: 13104045.
HSL color Cylindrical-coordinate representation of color #ADF3C7: hue angle of 142.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3C7 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 199 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.05 |
| HSL | 142.29º | 0.74% | 0.82% | - |
| HSV(B) | 142.29º | 0.29% | 0.95% | - |
| XYZ | 59.59 | 77.11 | 65.78 | - |
| YUV | 217.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 199 | 0.29 | 0 | 0.18 | 0.05 | 142.29 | 0.74 | 0.82 |
| Hex | AD | F3 | C7 | 1D | 0 | 12 | 5 | 8E | 4A | 52 |
| Octal | 255 | 363 | 307 | 35 | 0 | 22 | 5 | 216 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11000111 | 11101 | 0 | 10010 | 101 | 10001110 | 1001010 | 1010010 |
Color Harmonies of #ADF3C7
Complementary color
Monochromatic Colors of #ADF3C7
Black with #ADF3C7
Text Example
Text Example
White with #ADF3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3C7; }
p { color: rgb(173,243,199); }
H1.HeaderClassName
{
color: #ADF3C7;
}
.AnyTagClassName
{
color: #ADF3C7;
}
</style>
background-color css
<style>
a { background-color: #ADF3C7; }
a { background-color: rgb(173,243,199); }
div.DivClassName
{
background-color: #ADF3C7;
}
.BgClassName
{
background-color: #ADF3C7;
}
</style>
border-color css
<style>
span { border-color: #ADF3C7; }
span { border-color: rgb(173,243,199); }
td.TdClassName
{
border-color: #ADF3C7;
}
.TagClassName
{
border-color: #ADF3C7;
}
</style>