Shades of Magic Mint #ADF1C5
Tints of Magic Mint #ADF1C5
RGB
CMYK
RGB Variations
Color information
#ADF1C5 (or 0xADF1C5) is known color: Magic Mint. HEX triplet: AD, F1 and C5. RGB value is (173,241,197). Sum of RGB (Red+Green+Blue) = 173+241+197=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1C5 is #520E3A. Grayscale: #D7D7D7. Windows color (decimal): -5377595 or 12972461. OLE color: 12972461.
HSL color Cylindrical-coordinate representation of color #ADF1C5: hue angle of 141.18º 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 #ADF1C5 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
RGB | 173 | 241 | 197 | - |
CMYK | 0.28 | 0 | 0.18 | 0.05 |
HSL | 141.18º | 0.71% | 0.81% | - |
HSV(B) | 141.18º | 0.28% | 0.95% | - |
XYZ | 58.77 | 75.83 | 64.36 | - |
YUV | 215.65 | 117.47 | 97.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 241 | 197 | 0.28 | 0 | 0.18 | 0.05 | 141.18 | 0.71 | 0.81 |
Hex | AD | F1 | C5 | 1C | 0 | 12 | 5 | 8D | 47 | 51 |
Octal | 255 | 361 | 305 | 34 | 0 | 22 | 5 | 215 | 107 | 121 |
Binary | 10101101 | 11110001 | 11000101 | 11100 | 0 | 10010 | 101 | 10001101 | 1000111 | 1010001 |
Color Harmonies of #ADF1C5
Complementary color
Monochromatic Colors of #ADF1C5
Black with #ADF1C5
Text Example
Text Example
White with #ADF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1C5; }
p { color: rgb(173,241,197); }
H1.HeaderClassName
{
color: #ADF1C5;
}
.AnyTagClassName
{
color: #ADF1C5;
}
</style>
background-color css
<style>
a { background-color: #ADF1C5; }
a { background-color: rgb(173,241,197); }
div.DivClassName
{
background-color: #ADF1C5;
}
.BgClassName
{
background-color: #ADF1C5;
}
</style>
border-color css
<style>
span { border-color: #ADF1C5; }
span { border-color: rgb(173,241,197); }
td.TdClassName
{
border-color: #ADF1C5;
}
.TagClassName
{
border-color: #ADF1C5;
}
</style>