Shades of Magic Mint #ADF1C4
Tints of Magic Mint #ADF1C4
RGB
CMYK
RGB Variations
Color information
#ADF1C4 (or 0xADF1C4) is known color: Magic Mint. HEX triplet: AD, F1 and C4. RGB value is (173,241,196). Sum of RGB (Red+Green+Blue) = 173+241+196=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1C4 is #520E3B. Grayscale: #D7D7D7. Windows color (decimal): -5377596 or 12906925. OLE color: 12906925.
HSL color Cylindrical-coordinate representation of color #ADF1C4: hue angle of 140.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1C4 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 196 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.05 |
| HSL | 140.29º | 0.71% | 0.81% | - |
| HSV(B) | 140.29º | 0.28% | 0.95% | - |
| XYZ | 58.65 | 75.78 | 63.76 | - |
| YUV | 215.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 196 | 0.28 | 0 | 0.19 | 0.05 | 140.29 | 0.71 | 0.81 |
| Hex | AD | F1 | C4 | 1C | 0 | 13 | 5 | 8C | 47 | 51 |
| Octal | 255 | 361 | 304 | 34 | 0 | 23 | 5 | 214 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11000100 | 11100 | 0 | 10011 | 101 | 10001100 | 1000111 | 1010001 |
Color Harmonies of #ADF1C4
Complementary color
Monochromatic Colors of #ADF1C4
Black with #ADF1C4
Text Example
Text Example
White with #ADF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1C4; }
p { color: rgb(173,241,196); }
H1.HeaderClassName
{
color: #ADF1C4;
}
.AnyTagClassName
{
color: #ADF1C4;
}
</style>
background-color css
<style>
a { background-color: #ADF1C4; }
a { background-color: rgb(173,241,196); }
div.DivClassName
{
background-color: #ADF1C4;
}
.BgClassName
{
background-color: #ADF1C4;
}
</style>
border-color css
<style>
span { border-color: #ADF1C4; }
span { border-color: rgb(173,241,196); }
td.TdClassName
{
border-color: #ADF1C4;
}
.TagClassName
{
border-color: #ADF1C4;
}
</style>