Shades of Magic Mint #ADEDD6
Tints of Magic Mint #ADEDD6
RGB
CMYK
RGB Variations
Color information
#ADEDD6 (or 0xADEDD6) is known color: Magic Mint. HEX triplet: AD, ED and D6. RGB value is (173,237,214). Sum of RGB (Red+Green+Blue) = 173+237+214=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD6 is #521229. Grayscale: #D7D7D7. Windows color (decimal): -5378602 or 14085549. OLE color: 14085549.
HSL color Cylindrical-coordinate representation of color #ADEDD6: hue angle of 158.44º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDD6 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 214 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.07 |
| HSL | 158.44º | 0.64% | 0.8% | - |
| HSV(B) | 158.44º | 0.27% | 0.93% | - |
| XYZ | 59.66 | 74.31 | 74.82 | - |
| YUV | 215.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 214 | 0.27 | 0 | 0.10 | 0.07 | 158.44 | 0.64 | 0.8 |
| Hex | AD | ED | D6 | 1B | 0 | A | 7 | 9E | 40 | 50 |
| Octal | 255 | 355 | 326 | 33 | 0 | 12 | 7 | 236 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11010110 | 11011 | 0 | 1010 | 111 | 10011110 | 1000000 | 1010000 |
Color Harmonies of #ADEDD6
Complementary color
Monochromatic Colors of #ADEDD6
Black with #ADEDD6
Text Example
Text Example
White with #ADEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDD6; }
p { color: rgb(173,237,214); }
H1.HeaderClassName
{
color: #ADEDD6;
}
.AnyTagClassName
{
color: #ADEDD6;
}
</style>
background-color css
<style>
a { background-color: #ADEDD6; }
a { background-color: rgb(173,237,214); }
div.DivClassName
{
background-color: #ADEDD6;
}
.BgClassName
{
background-color: #ADEDD6;
}
</style>
border-color css
<style>
span { border-color: #ADEDD6; }
span { border-color: rgb(173,237,214); }
td.TdClassName
{
border-color: #ADEDD6;
}
.TagClassName
{
border-color: #ADEDD6;
}
</style>