Shades of Magic Mint #ADFBC9
Tints of Magic Mint #ADFBC9
RGB
CMYK
RGB Variations
Color information
#ADFBC9 (or 0xADFBC9) is known color: Magic Mint. HEX triplet: AD, FB and C9. RGB value is (173,251,201). Sum of RGB (Red+Green+Blue) = 173+251+201=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBC9 is #520436. Grayscale: #DEDEDE. Windows color (decimal): -5375031 or 13237165. OLE color: 13237165.
HSL color Cylindrical-coordinate representation of color #ADFBC9: hue angle of 141.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBC9 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 201 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.02 |
| HSL | 141.54º | 0.91% | 0.83% | - |
| HSV(B) | 141.54º | 0.31% | 0.98% | - |
| XYZ | 62.27 | 82.1 | 67.82 | - |
| YUV | 221.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 201 | 0.31 | 0 | 0.20 | 0.02 | 141.54 | 0.91 | 0.83 |
| Hex | AD | FB | C9 | 1F | 0 | 14 | 2 | 8E | 5B | 53 |
| Octal | 255 | 373 | 311 | 37 | 0 | 24 | 2 | 216 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11001001 | 11111 | 0 | 10100 | 10 | 10001110 | 1011011 | 1010011 |
Color Harmonies of #ADFBC9
Complementary color
Monochromatic Colors of #ADFBC9
Black with #ADFBC9
Text Example
Text Example
White with #ADFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBC9; }
p { color: rgb(173,251,201); }
H1.HeaderClassName
{
color: #ADFBC9;
}
.AnyTagClassName
{
color: #ADFBC9;
}
</style>
background-color css
<style>
a { background-color: #ADFBC9; }
a { background-color: rgb(173,251,201); }
div.DivClassName
{
background-color: #ADFBC9;
}
.BgClassName
{
background-color: #ADFBC9;
}
</style>
border-color css
<style>
span { border-color: #ADFBC9; }
span { border-color: rgb(173,251,201); }
td.TdClassName
{
border-color: #ADFBC9;
}
.TagClassName
{
border-color: #ADFBC9;
}
</style>