Shades of Magic Mint #ADF8C5
Tints of Magic Mint #ADF8C5
RGB
CMYK
RGB Variations
Color information
#ADF8C5 (or 0xADF8C5) is known color: Magic Mint. HEX triplet: AD, F8 and C5. RGB value is (173,248,197). Sum of RGB (Red+Green+Blue) = 173+248+197=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8C5 is #52073A. Grayscale: #DBDBDB. Windows color (decimal): -5375803 or 12974253. OLE color: 12974253.
HSL color Cylindrical-coordinate representation of color #ADF8C5: hue angle of 139.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8C5 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 197 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.03 |
| HSL | 139.2º | 0.84% | 0.83% | - |
| HSV(B) | 139.2º | 0.3% | 0.97% | - |
| XYZ | 60.88 | 80.05 | 65.07 | - |
| YUV | 219.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 197 | 0.30 | 0 | 0.21 | 0.03 | 139.2 | 0.84 | 0.83 |
| Hex | AD | F8 | C5 | 1E | 0 | 15 | 3 | 8B | 54 | 53 |
| Octal | 255 | 370 | 305 | 36 | 0 | 25 | 3 | 213 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11000101 | 11110 | 0 | 10101 | 11 | 10001011 | 1010100 | 1010011 |
Color Harmonies of #ADF8C5
Complementary color
Monochromatic Colors of #ADF8C5
Black with #ADF8C5
Text Example
Text Example
White with #ADF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8C5; }
p { color: rgb(173,248,197); }
H1.HeaderClassName
{
color: #ADF8C5;
}
.AnyTagClassName
{
color: #ADF8C5;
}
</style>
background-color css
<style>
a { background-color: #ADF8C5; }
a { background-color: rgb(173,248,197); }
div.DivClassName
{
background-color: #ADF8C5;
}
.BgClassName
{
background-color: #ADF8C5;
}
</style>
border-color css
<style>
span { border-color: #ADF8C5; }
span { border-color: rgb(173,248,197); }
td.TdClassName
{
border-color: #ADF8C5;
}
.TagClassName
{
border-color: #ADF8C5;
}
</style>