Shades of Magic Mint #ADFDDF
Tints of Magic Mint #ADFDDF
RGB
CMYK
RGB Variations
Color information
#ADFDDF (or 0xADFDDF) is known color: Magic Mint. HEX triplet: AD, FD and DF. RGB value is (173,253,223). Sum of RGB (Red+Green+Blue) = 173+253+223=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDDF is #520220. Grayscale: #E1E1E1. Windows color (decimal): -5374497 or 14679469. OLE color: 14679469.
HSL color Cylindrical-coordinate representation of color #ADFDDF: hue angle of 157.5º 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 #ADFDDF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 223 | - |
CMYK | 0.32 | 0 | 0.12 | 0.01 |
HSL | 157.5º | 0.95% | 0.84% | - |
HSV(B) | 157.5º | 0.32% | 0.99% | - |
XYZ | 65.68 | 84.46 | 82.65 | - |
YUV | 225.66 | 126.5 | 90.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 223 | 0.32 | 0 | 0.12 | 0.01 | 157.5 | 0.95 | 0.84 |
Hex | AD | FD | DF | 20 | 0 | C | 1 | 9E | 5F | 54 |
Octal | 255 | 375 | 337 | 40 | 0 | 14 | 1 | 236 | 137 | 124 |
Binary | 10101101 | 11111101 | 11011111 | 100000 | 0 | 1100 | 1 | 10011110 | 1011111 | 1010100 |
Color Harmonies of #ADFDDF
Complementary color
Monochromatic Colors of #ADFDDF
Black with #ADFDDF
Text Example
Text Example
White with #ADFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDDF; }
p { color: rgb(173,253,223); }
H1.HeaderClassName
{
color: #ADFDDF;
}
.AnyTagClassName
{
color: #ADFDDF;
}
</style>
background-color css
<style>
a { background-color: #ADFDDF; }
a { background-color: rgb(173,253,223); }
div.DivClassName
{
background-color: #ADFDDF;
}
.BgClassName
{
background-color: #ADFDDF;
}
</style>
border-color css
<style>
span { border-color: #ADFDDF; }
span { border-color: rgb(173,253,223); }
td.TdClassName
{
border-color: #ADFDDF;
}
.TagClassName
{
border-color: #ADFDDF;
}
</style>