Shades of Magic Mint #ADFDDC
Tints of Magic Mint #ADFDDC
RGB
CMYK
RGB Variations
Color information
#ADFDDC (or 0xADFDDC) is known color: Magic Mint. HEX triplet: AD, FD and DC. RGB value is (173,253,220). Sum of RGB (Red+Green+Blue) = 173+253+220=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDDC is #520223. Grayscale: #E1E1E1. Windows color (decimal): -5374500 or 14482861. OLE color: 14482861.
HSL color Cylindrical-coordinate representation of color #ADFDDC: hue angle of 155.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDDC is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 220 | - |
CMYK | 0.32 | 0 | 0.13 | 0.01 |
HSL | 155.25º | 0.95% | 0.84% | - |
HSV(B) | 155.25º | 0.32% | 0.99% | - |
XYZ | 65.28 | 84.3 | 80.54 | - |
YUV | 225.32 | 125 | 90.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 220 | 0.32 | 0 | 0.13 | 0.01 | 155.25 | 0.95 | 0.84 |
Hex | AD | FD | DC | 20 | 0 | D | 1 | 9B | 5F | 54 |
Octal | 255 | 375 | 334 | 40 | 0 | 15 | 1 | 233 | 137 | 124 |
Binary | 10101101 | 11111101 | 11011100 | 100000 | 0 | 1101 | 1 | 10011011 | 1011111 | 1010100 |
Color Harmonies of #ADFDDC
Complementary color
Monochromatic Colors of #ADFDDC
Black with #ADFDDC
Text Example
Text Example
White with #ADFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDDC; }
p { color: rgb(173,253,220); }
H1.HeaderClassName
{
color: #ADFDDC;
}
.AnyTagClassName
{
color: #ADFDDC;
}
</style>
background-color css
<style>
a { background-color: #ADFDDC; }
a { background-color: rgb(173,253,220); }
div.DivClassName
{
background-color: #ADFDDC;
}
.BgClassName
{
background-color: #ADFDDC;
}
</style>
border-color css
<style>
span { border-color: #ADFDDC; }
span { border-color: rgb(173,253,220); }
td.TdClassName
{
border-color: #ADFDDC;
}
.TagClassName
{
border-color: #ADFDDC;
}
</style>