Shades of Magic Mint #ADFFC5
Tints of Magic Mint #ADFFC5
RGB
CMYK
RGB Variations
Color information
#ADFFC5 (or 0xADFFC5) is known color: Magic Mint. HEX triplet: AD, FF and C5. RGB value is (173,255,197). Sum of RGB (Red+Green+Blue) = 173+255+197=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFC5 is #52003A. Grayscale: #E0E0E0. Windows color (decimal): -5374011 or 12976045. OLE color: 12976045.
HSL color Cylindrical-coordinate representation of color #ADFFC5: hue angle of 137.56º 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 #ADFFC5 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 255 | 197 | - |
CMYK | 0.32 | 0 | 0.23 | 0 |
HSL | 137.56º | 1% | 0.84% | - |
HSV(B) | 137.56º | 0.32% | 1% | - |
XYZ | 63.07 | 84.44 | 65.8 | - |
YUV | 223.87 | 112.83 | 91.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 255 | 197 | 0.32 | 0 | 0.23 | 0 | 137.56 | 1 | 0.84 |
Hex | AD | FF | C5 | 20 | 0 | 17 | 0 | 8A | 64 | 54 |
Octal | 255 | 377 | 305 | 40 | 0 | 27 | 0 | 212 | 144 | 124 |
Binary | 10101101 | 11111111 | 11000101 | 100000 | 0 | 10111 | 0 | 10001010 | 1100100 | 1010100 |
Color Harmonies of #ADFFC5
Complementary color
Monochromatic Colors of #ADFFC5
Black with #ADFFC5
Text Example
Text Example
White with #ADFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFC5; }
p { color: rgb(173,255,197); }
H1.HeaderClassName
{
color: #ADFFC5;
}
.AnyTagClassName
{
color: #ADFFC5;
}
</style>
background-color css
<style>
a { background-color: #ADFFC5; }
a { background-color: rgb(173,255,197); }
div.DivClassName
{
background-color: #ADFFC5;
}
.BgClassName
{
background-color: #ADFFC5;
}
</style>
border-color css
<style>
span { border-color: #ADFFC5; }
span { border-color: rgb(173,255,197); }
td.TdClassName
{
border-color: #ADFFC5;
}
.TagClassName
{
border-color: #ADFFC5;
}
</style>