Shades of Magic Mint #ADFDD6
Tints of Magic Mint #ADFDD6
RGB
CMYK
RGB Variations
Color information
#ADFDD6 (or 0xADFDD6) is known color: Magic Mint. HEX triplet: AD, FD and D6. RGB value is (173,253,214). Sum of RGB (Red+Green+Blue) = 173+253+214=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDD6 is #520229. Grayscale: #E0E0E0. Windows color (decimal): -5374506 or 14089645. OLE color: 14089645.
HSL color Cylindrical-coordinate representation of color #ADFDD6: hue angle of 150.75º 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 #ADFDD6 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 214 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.01 |
| HSL | 150.75º | 0.95% | 0.84% | - |
| HSV(B) | 150.75º | 0.32% | 0.99% | - |
| XYZ | 64.5 | 83.99 | 76.43 | - |
| YUV | 224.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 214 | 0.32 | 0 | 0.15 | 0.01 | 150.75 | 0.95 | 0.84 |
| Hex | AD | FD | D6 | 20 | 0 | F | 1 | 97 | 5F | 54 |
| Octal | 255 | 375 | 326 | 40 | 0 | 17 | 1 | 227 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11010110 | 100000 | 0 | 1111 | 1 | 10010111 | 1011111 | 1010100 |
Color Harmonies of #ADFDD6
Complementary color
Monochromatic Colors of #ADFDD6
Black with #ADFDD6
Text Example
Text Example
White with #ADFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDD6; }
p { color: rgb(173,253,214); }
H1.HeaderClassName
{
color: #ADFDD6;
}
.AnyTagClassName
{
color: #ADFDD6;
}
</style>
background-color css
<style>
a { background-color: #ADFDD6; }
a { background-color: rgb(173,253,214); }
div.DivClassName
{
background-color: #ADFDD6;
}
.BgClassName
{
background-color: #ADFDD6;
}
</style>
border-color css
<style>
span { border-color: #ADFDD6; }
span { border-color: rgb(173,253,214); }
td.TdClassName
{
border-color: #ADFDD6;
}
.TagClassName
{
border-color: #ADFDD6;
}
</style>