Shades of Magic Mint #ADFFCD
Tints of Magic Mint #ADFFCD
RGB
CMYK
RGB Variations
Color information
#ADFFCD (or 0xADFFCD) is known color: Magic Mint. HEX triplet: AD, FF and CD. RGB value is (173,255,205). Sum of RGB (Red+Green+Blue) = 173+255+205=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFCD is #520032. Grayscale: #E0E0E0. Windows color (decimal): -5374003 or 13500333. OLE color: 13500333.
HSL color Cylindrical-coordinate representation of color #ADFFCD: hue angle of 143.41º 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 #ADFFCD is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 205 | - |
| CMYK | 0.32 | 0 | 0.20 | 0 |
| HSL | 143.41º | 1% | 0.84% | - |
| HSV(B) | 143.41º | 0.32% | 1% | - |
| XYZ | 64.01 | 84.81 | 70.75 | - |
| YUV | 224.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 205 | 0.32 | 0 | 0.20 | 0 | 143.41 | 1 | 0.84 |
| Hex | AD | FF | CD | 20 | 0 | 14 | 0 | 8F | 64 | 54 |
| Octal | 255 | 377 | 315 | 40 | 0 | 24 | 0 | 217 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11001101 | 100000 | 0 | 10100 | 0 | 10001111 | 1100100 | 1010100 |
Color Harmonies of #ADFFCD
Complementary color
Monochromatic Colors of #ADFFCD
Black with #ADFFCD
Text Example
Text Example
White with #ADFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFCD; }
p { color: rgb(173,255,205); }
H1.HeaderClassName
{
color: #ADFFCD;
}
.AnyTagClassName
{
color: #ADFFCD;
}
</style>
background-color css
<style>
a { background-color: #ADFFCD; }
a { background-color: rgb(173,255,205); }
div.DivClassName
{
background-color: #ADFFCD;
}
.BgClassName
{
background-color: #ADFFCD;
}
</style>
border-color css
<style>
span { border-color: #ADFFCD; }
span { border-color: rgb(173,255,205); }
td.TdClassName
{
border-color: #ADFFCD;
}
.TagClassName
{
border-color: #ADFFCD;
}
</style>