Shades of Magic Mint #ADF1C8
Tints of Magic Mint #ADF1C8
RGB
CMYK
RGB Variations
Color information
#ADF1C8 (or 0xADF1C8) is known color: Magic Mint. HEX triplet: AD, F1 and C8. RGB value is (173,241,200). Sum of RGB (Red+Green+Blue) = 173+241+200=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1C8 is #520E37. Grayscale: #D8D8D8. Windows color (decimal): -5377592 or 13169069. OLE color: 13169069.
HSL color Cylindrical-coordinate representation of color #ADF1C8: hue angle of 143.82º 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 #ADF1C8 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 200 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.05 |
| HSL | 143.82º | 0.71% | 0.81% | - |
| HSV(B) | 143.82º | 0.28% | 0.95% | - |
| XYZ | 59.11 | 75.96 | 66.19 | - |
| YUV | 215.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 200 | 0.28 | 0 | 0.17 | 0.05 | 143.82 | 0.71 | 0.81 |
| Hex | AD | F1 | C8 | 1C | 0 | 11 | 5 | 90 | 47 | 51 |
| Octal | 255 | 361 | 310 | 34 | 0 | 21 | 5 | 220 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11001000 | 11100 | 0 | 10001 | 101 | 10010000 | 1000111 | 1010001 |
Color Harmonies of #ADF1C8
Complementary color
Monochromatic Colors of #ADF1C8
Black with #ADF1C8
Text Example
Text Example
White with #ADF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1C8; }
p { color: rgb(173,241,200); }
H1.HeaderClassName
{
color: #ADF1C8;
}
.AnyTagClassName
{
color: #ADF1C8;
}
</style>
background-color css
<style>
a { background-color: #ADF1C8; }
a { background-color: rgb(173,241,200); }
div.DivClassName
{
background-color: #ADF1C8;
}
.BgClassName
{
background-color: #ADF1C8;
}
</style>
border-color css
<style>
span { border-color: #ADF1C8; }
span { border-color: rgb(173,241,200); }
td.TdClassName
{
border-color: #ADF1C8;
}
.TagClassName
{
border-color: #ADF1C8;
}
</style>