Shades of Magic Mint #ADFAC8
Tints of Magic Mint #ADFAC8
RGB
CMYK
RGB Variations
Color information
#ADFAC8 (or 0xADFAC8) is known color: Magic Mint. HEX triplet: AD, FA and C8. RGB value is (173,250,200). Sum of RGB (Red+Green+Blue) = 173+250+200=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAC8 is #520537. Grayscale: #DDDDDD. Windows color (decimal): -5375288 or 13171373. OLE color: 13171373.
HSL color Cylindrical-coordinate representation of color #ADFAC8: hue angle of 141.04º degrees, saturation: 0.89, 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 #ADFAC8 is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 200 | - |
| CMYK | 0.31 | 0 | 0.2 | 0.02 |
| HSL | 141.04º | 0.89% | 0.83% | - |
| HSV(B) | 141.04º | 0.31% | 0.98% | - |
| XYZ | 61.84 | 81.43 | 67.1 | - |
| YUV | 221.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 200 | 0.31 | 0 | 0.2 | 0.02 | 141.04 | 0.89 | 0.83 |
| Hex | AD | FA | C8 | 1F | 0 | 14 | 2 | 8D | 59 | 53 |
| Octal | 255 | 372 | 310 | 37 | 0 | 24 | 2 | 215 | 131 | 123 |
| Binary | 10101101 | 11111010 | 11001000 | 11111 | 0 | 10100 | 10 | 10001101 | 1011001 | 1010011 |
Color Harmonies of #ADFAC8
Complementary color
Monochromatic Colors of #ADFAC8
Black with #ADFAC8
Text Example
Text Example
White with #ADFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAC8; }
p { color: rgb(173,250,200); }
H1.HeaderClassName
{
color: #ADFAC8;
}
.AnyTagClassName
{
color: #ADFAC8;
}
</style>
background-color css
<style>
a { background-color: #ADFAC8; }
a { background-color: rgb(173,250,200); }
div.DivClassName
{
background-color: #ADFAC8;
}
.BgClassName
{
background-color: #ADFAC8;
}
</style>
border-color css
<style>
span { border-color: #ADFAC8; }
span { border-color: rgb(173,250,200); }
td.TdClassName
{
border-color: #ADFAC8;
}
.TagClassName
{
border-color: #ADFAC8;
}
</style>