Shades of Magic Mint #ADFDDD
Tints of Magic Mint #ADFDDD
RGB
CMYK
RGB Variations
Color information
#ADFDDD (or 0xADFDDD) is known color: Magic Mint. HEX triplet: AD, FD and DD. RGB value is (173,253,221). Sum of RGB (Red+Green+Blue) = 173+253+221=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDDD is #520222. Grayscale: #E1E1E1. Windows color (decimal): -5374499 or 14548397. OLE color: 14548397.
HSL color Cylindrical-coordinate representation of color #ADFDDD: hue angle of 156º 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 #ADFDDD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 221 | - |
CMYK | 0.32 | 0 | 0.13 | 0.01 |
HSL | 156º | 0.95% | 0.84% | - |
HSV(B) | 156º | 0.32% | 0.99% | - |
XYZ | 65.41 | 84.36 | 81.24 | - |
YUV | 225.43 | 125.5 | 90.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 221 | 0.32 | 0 | 0.13 | 0.01 | 156 | 0.95 | 0.84 |
Hex | AD | FD | DD | 20 | 0 | D | 1 | 9C | 5F | 54 |
Octal | 255 | 375 | 335 | 40 | 0 | 15 | 1 | 234 | 137 | 124 |
Binary | 10101101 | 11111101 | 11011101 | 100000 | 0 | 1101 | 1 | 10011100 | 1011111 | 1010100 |
Color Harmonies of #ADFDDD
Complementary color
Monochromatic Colors of #ADFDDD
Black with #ADFDDD
Text Example
Text Example
White with #ADFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDDD; }
p { color: rgb(173,253,221); }
H1.HeaderClassName
{
color: #ADFDDD;
}
.AnyTagClassName
{
color: #ADFDDD;
}
</style>
background-color css
<style>
a { background-color: #ADFDDD; }
a { background-color: rgb(173,253,221); }
div.DivClassName
{
background-color: #ADFDDD;
}
.BgClassName
{
background-color: #ADFDDD;
}
</style>
border-color css
<style>
span { border-color: #ADFDDD; }
span { border-color: rgb(173,253,221); }
td.TdClassName
{
border-color: #ADFDDD;
}
.TagClassName
{
border-color: #ADFDDD;
}
</style>