Shades of Magic Mint #ADFDD4
Tints of Magic Mint #ADFDD4
RGB
CMYK
RGB Variations
Color information
#ADFDD4 (or 0xADFDD4) is known color: Magic Mint. HEX triplet: AD, FD and D4. RGB value is (173,253,212). Sum of RGB (Red+Green+Blue) = 173+253+212=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDD4 is #52022B. Grayscale: #E0E0E0. Windows color (decimal): -5374508 or 13958573. OLE color: 13958573.
HSL color Cylindrical-coordinate representation of color #ADFDD4: hue angle of 149.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 #ADFDD4 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 212 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.01 |
| HSL | 149.25º | 0.95% | 0.84% | - |
| HSV(B) | 149.25º | 0.32% | 0.99% | - |
| XYZ | 64.24 | 83.89 | 75.09 | - |
| YUV | 224.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 212 | 0.32 | 0 | 0.16 | 0.01 | 149.25 | 0.95 | 0.84 |
| Hex | AD | FD | D4 | 20 | 0 | 10 | 1 | 95 | 5F | 54 |
| Octal | 255 | 375 | 324 | 40 | 0 | 20 | 1 | 225 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11010100 | 100000 | 0 | 10000 | 1 | 10010101 | 1011111 | 1010100 |
Color Harmonies of #ADFDD4
Complementary color
Monochromatic Colors of #ADFDD4
Black with #ADFDD4
Text Example
Text Example
White with #ADFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDD4; }
p { color: rgb(173,253,212); }
H1.HeaderClassName
{
color: #ADFDD4;
}
.AnyTagClassName
{
color: #ADFDD4;
}
</style>
background-color css
<style>
a { background-color: #ADFDD4; }
a { background-color: rgb(173,253,212); }
div.DivClassName
{
background-color: #ADFDD4;
}
.BgClassName
{
background-color: #ADFDD4;
}
</style>
border-color css
<style>
span { border-color: #ADFDD4; }
span { border-color: rgb(173,253,212); }
td.TdClassName
{
border-color: #ADFDD4;
}
.TagClassName
{
border-color: #ADFDD4;
}
</style>