Shades of Magic Mint #ADFFC3
Tints of Magic Mint #ADFFC3
RGB
CMYK
RGB Variations
Color information
#ADFFC3 (or 0xADFFC3) is known color: Magic Mint. HEX triplet: AD, FF and C3. RGB value is (173,255,195). Sum of RGB (Red+Green+Blue) = 173+255+195=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFC3 is #52003C. Grayscale: #DFDFDF. Windows color (decimal): -5374013 or 12844973. OLE color: 12844973.
HSL color Cylindrical-coordinate representation of color #ADFFC3: hue angle of 136.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFC3 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 195 | - |
| CMYK | 0.32 | 0 | 0.24 | 0 |
| HSL | 136.1º | 1% | 0.84% | - |
| HSV(B) | 136.1º | 0.32% | 1% | - |
| XYZ | 62.84 | 84.34 | 64.6 | - |
| YUV | 223.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 195 | 0.32 | 0 | 0.24 | 0 | 136.1 | 1 | 0.84 |
| Hex | AD | FF | C3 | 20 | 0 | 18 | 0 | 88 | 64 | 54 |
| Octal | 255 | 377 | 303 | 40 | 0 | 30 | 0 | 210 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11000011 | 100000 | 0 | 11000 | 0 | 10001000 | 1100100 | 1010100 |
Color Harmonies of #ADFFC3
Complementary color
Monochromatic Colors of #ADFFC3
Black with #ADFFC3
Text Example
Text Example
White with #ADFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFC3; }
p { color: rgb(173,255,195); }
H1.HeaderClassName
{
color: #ADFFC3;
}
.AnyTagClassName
{
color: #ADFFC3;
}
</style>
background-color css
<style>
a { background-color: #ADFFC3; }
a { background-color: rgb(173,255,195); }
div.DivClassName
{
background-color: #ADFFC3;
}
.BgClassName
{
background-color: #ADFFC3;
}
</style>
border-color css
<style>
span { border-color: #ADFFC3; }
span { border-color: rgb(173,255,195); }
td.TdClassName
{
border-color: #ADFFC3;
}
.TagClassName
{
border-color: #ADFFC3;
}
</style>