Shades of Magic Mint #ADFBC3
Tints of Magic Mint #ADFBC3
RGB
CMYK
RGB Variations
Color information
#ADFBC3 (or 0xADFBC3) is known color: Magic Mint. HEX triplet: AD, FB and C3. RGB value is (173,251,195). Sum of RGB (Red+Green+Blue) = 173+251+195=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBC3 is #52043C. Grayscale: #DDDDDD. Windows color (decimal): -5375037 or 12843949. OLE color: 12843949.
HSL color Cylindrical-coordinate representation of color #ADFBC3: hue angle of 136.92º 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 #ADFBC3 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 195 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.02 |
| HSL | 136.92º | 0.91% | 0.83% | - |
| HSV(B) | 136.92º | 0.31% | 0.98% | - |
| XYZ | 61.58 | 81.82 | 64.18 | - |
| YUV | 221.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 195 | 0.31 | 0 | 0.22 | 0.02 | 136.92 | 0.91 | 0.83 |
| Hex | AD | FB | C3 | 1F | 0 | 16 | 2 | 89 | 5B | 53 |
| Octal | 255 | 373 | 303 | 37 | 0 | 26 | 2 | 211 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11000011 | 11111 | 0 | 10110 | 10 | 10001001 | 1011011 | 1010011 |
Color Harmonies of #ADFBC3
Complementary color
Monochromatic Colors of #ADFBC3
Black with #ADFBC3
Text Example
Text Example
White with #ADFBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBC3; }
p { color: rgb(173,251,195); }
H1.HeaderClassName
{
color: #ADFBC3;
}
.AnyTagClassName
{
color: #ADFBC3;
}
</style>
background-color css
<style>
a { background-color: #ADFBC3; }
a { background-color: rgb(173,251,195); }
div.DivClassName
{
background-color: #ADFBC3;
}
.BgClassName
{
background-color: #ADFBC3;
}
</style>
border-color css
<style>
span { border-color: #ADFBC3; }
span { border-color: rgb(173,251,195); }
td.TdClassName
{
border-color: #ADFBC3;
}
.TagClassName
{
border-color: #ADFBC3;
}
</style>