Shades of Magic Mint #ADFBC8
Tints of Magic Mint #ADFBC8
RGB
CMYK
RGB Variations
Color information
#ADFBC8 (or 0xADFBC8) is known color: Magic Mint. HEX triplet: AD, FB and C8. RGB value is (173,251,200). Sum of RGB (Red+Green+Blue) = 173+251+200=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBC8 is #520437. Grayscale: #DDDDDD. Windows color (decimal): -5375032 or 13171629. OLE color: 13171629.
HSL color Cylindrical-coordinate representation of color #ADFBC8: hue angle of 140.77º 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 #ADFBC8 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 200 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.02 |
| HSL | 140.77º | 0.91% | 0.83% | - |
| HSV(B) | 140.77º | 0.31% | 0.98% | - |
| XYZ | 62.16 | 82.05 | 67.2 | - |
| YUV | 221.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 200 | 0.31 | 0 | 0.20 | 0.02 | 140.77 | 0.91 | 0.83 |
| Hex | AD | FB | C8 | 1F | 0 | 14 | 2 | 8D | 5B | 53 |
| Octal | 255 | 373 | 310 | 37 | 0 | 24 | 2 | 215 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11001000 | 11111 | 0 | 10100 | 10 | 10001101 | 1011011 | 1010011 |
Color Harmonies of #ADFBC8
Complementary color
Monochromatic Colors of #ADFBC8
Black with #ADFBC8
Text Example
Text Example
White with #ADFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBC8; }
p { color: rgb(173,251,200); }
H1.HeaderClassName
{
color: #ADFBC8;
}
.AnyTagClassName
{
color: #ADFBC8;
}
</style>
background-color css
<style>
a { background-color: #ADFBC8; }
a { background-color: rgb(173,251,200); }
div.DivClassName
{
background-color: #ADFBC8;
}
.BgClassName
{
background-color: #ADFBC8;
}
</style>
border-color css
<style>
span { border-color: #ADFBC8; }
span { border-color: rgb(173,251,200); }
td.TdClassName
{
border-color: #ADFBC8;
}
.TagClassName
{
border-color: #ADFBC8;
}
</style>