Shades of Magic Mint #ADFCC8
Tints of Magic Mint #ADFCC8
RGB
CMYK
RGB Variations
Color information
#ADFCC8 (or 0xADFCC8) is known color: Magic Mint. HEX triplet: AD, FC and C8. RGB value is (173,252,200). Sum of RGB (Red+Green+Blue) = 173+252+200=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCC8 is #520337. Grayscale: #DEDEDE. Windows color (decimal): -5374776 or 13171885. OLE color: 13171885.
HSL color Cylindrical-coordinate representation of color #ADFCC8: hue angle of 140.51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCC8 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 200 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.01 |
| HSL | 140.51º | 0.93% | 0.83% | - |
| HSV(B) | 140.51º | 0.31% | 0.99% | - |
| XYZ | 62.47 | 82.68 | 67.31 | - |
| YUV | 222.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 200 | 0.31 | 0 | 0.21 | 0.01 | 140.51 | 0.93 | 0.83 |
| Hex | AD | FC | C8 | 1F | 0 | 15 | 1 | 8D | 5D | 53 |
| Octal | 255 | 374 | 310 | 37 | 0 | 25 | 1 | 215 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11001000 | 11111 | 0 | 10101 | 1 | 10001101 | 1011101 | 1010011 |
Color Harmonies of #ADFCC8
Complementary color
Monochromatic Colors of #ADFCC8
Black with #ADFCC8
Text Example
Text Example
White with #ADFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCC8; }
p { color: rgb(173,252,200); }
H1.HeaderClassName
{
color: #ADFCC8;
}
.AnyTagClassName
{
color: #ADFCC8;
}
</style>
background-color css
<style>
a { background-color: #ADFCC8; }
a { background-color: rgb(173,252,200); }
div.DivClassName
{
background-color: #ADFCC8;
}
.BgClassName
{
background-color: #ADFCC8;
}
</style>
border-color css
<style>
span { border-color: #ADFCC8; }
span { border-color: rgb(173,252,200); }
td.TdClassName
{
border-color: #ADFCC8;
}
.TagClassName
{
border-color: #ADFCC8;
}
</style>