Shades of Magic Mint #ADFBC6
Tints of Magic Mint #ADFBC6
RGB
CMYK
RGB Variations
Color information
#ADFBC6 (or 0xADFBC6) is known color: Magic Mint. HEX triplet: AD, FB and C6. RGB value is (173,251,198). Sum of RGB (Red+Green+Blue) = 173+251+198=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBC6 is #520439. Grayscale: #DDDDDD. Windows color (decimal): -5375034 or 13040557. OLE color: 13040557.
HSL color Cylindrical-coordinate representation of color #ADFBC6: hue angle of 139.23º 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 #ADFBC6 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 198 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.02 |
| HSL | 139.23º | 0.91% | 0.83% | - |
| HSV(B) | 139.23º | 0.31% | 0.98% | - |
| XYZ | 61.92 | 81.96 | 65.98 | - |
| YUV | 221.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 198 | 0.31 | 0 | 0.21 | 0.02 | 139.23 | 0.91 | 0.83 |
| Hex | AD | FB | C6 | 1F | 0 | 15 | 2 | 8B | 5B | 53 |
| Octal | 255 | 373 | 306 | 37 | 0 | 25 | 2 | 213 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11000110 | 11111 | 0 | 10101 | 10 | 10001011 | 1011011 | 1010011 |
Color Harmonies of #ADFBC6
Complementary color
Monochromatic Colors of #ADFBC6
Black with #ADFBC6
Text Example
Text Example
White with #ADFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBC6; }
p { color: rgb(173,251,198); }
H1.HeaderClassName
{
color: #ADFBC6;
}
.AnyTagClassName
{
color: #ADFBC6;
}
</style>
background-color css
<style>
a { background-color: #ADFBC6; }
a { background-color: rgb(173,251,198); }
div.DivClassName
{
background-color: #ADFBC6;
}
.BgClassName
{
background-color: #ADFBC6;
}
</style>
border-color css
<style>
span { border-color: #ADFBC6; }
span { border-color: rgb(173,251,198); }
td.TdClassName
{
border-color: #ADFBC6;
}
.TagClassName
{
border-color: #ADFBC6;
}
</style>