Shades of Magic Mint #ADFCDD
Tints of Magic Mint #ADFCDD
RGB
CMYK
RGB Variations
Color information
#ADFCDD (or 0xADFCDD) is known color: Magic Mint. HEX triplet: AD, FC and DD. RGB value is (173,252,221). Sum of RGB (Red+Green+Blue) = 173+252+221=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCDD is #520322. Grayscale: #E0E0E0. Windows color (decimal): -5374755 or 14548141. OLE color: 14548141.
HSL color Cylindrical-coordinate representation of color #ADFCDD: hue angle of 156.46º 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 #ADFCDD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 221 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.01 |
| HSL | 156.46º | 0.93% | 0.83% | - |
| HSV(B) | 156.46º | 0.31% | 0.99% | - |
| XYZ | 65.1 | 83.73 | 81.14 | - |
| YUV | 224.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 221 | 0.31 | 0 | 0.12 | 0.01 | 156.46 | 0.93 | 0.83 |
| Hex | AD | FC | DD | 1F | 0 | C | 1 | 9C | 5D | 53 |
| Octal | 255 | 374 | 335 | 37 | 0 | 14 | 1 | 234 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11011101 | 11111 | 0 | 1100 | 1 | 10011100 | 1011101 | 1010011 |
Color Harmonies of #ADFCDD
Complementary color
Monochromatic Colors of #ADFCDD
Black with #ADFCDD
Text Example
Text Example
White with #ADFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCDD; }
p { color: rgb(173,252,221); }
H1.HeaderClassName
{
color: #ADFCDD;
}
.AnyTagClassName
{
color: #ADFCDD;
}
</style>
background-color css
<style>
a { background-color: #ADFCDD; }
a { background-color: rgb(173,252,221); }
div.DivClassName
{
background-color: #ADFCDD;
}
.BgClassName
{
background-color: #ADFCDD;
}
</style>
border-color css
<style>
span { border-color: #ADFCDD; }
span { border-color: rgb(173,252,221); }
td.TdClassName
{
border-color: #ADFCDD;
}
.TagClassName
{
border-color: #ADFCDD;
}
</style>