Shades of Magic Mint #ADFDD0
Tints of Magic Mint #ADFDD0
RGB
CMYK
RGB Variations
Color information
#ADFDD0 (or 0xADFDD0) is known color: Magic Mint. HEX triplet: AD, FD and D0. RGB value is (173,253,208). Sum of RGB (Red+Green+Blue) = 173+253+208=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDD0 is #52022F. Grayscale: #E0E0E0. Windows color (decimal): -5374512 or 13696429. OLE color: 13696429.
HSL color Cylindrical-coordinate representation of color #ADFDD0: hue angle of 146.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 #ADFDD0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 208 | - |
CMYK | 0.32 | 0 | 0.18 | 0.01 |
HSL | 146.25º | 0.95% | 0.84% | - |
HSV(B) | 146.25º | 0.32% | 0.99% | - |
XYZ | 63.74 | 83.69 | 72.47 | - |
YUV | 223.95 | 119 | 91.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 208 | 0.32 | 0 | 0.18 | 0.01 | 146.25 | 0.95 | 0.84 |
Hex | AD | FD | D0 | 20 | 0 | 12 | 1 | 92 | 5F | 54 |
Octal | 255 | 375 | 320 | 40 | 0 | 22 | 1 | 222 | 137 | 124 |
Binary | 10101101 | 11111101 | 11010000 | 100000 | 0 | 10010 | 1 | 10010010 | 1011111 | 1010100 |
Color Harmonies of #ADFDD0
Complementary color
Monochromatic Colors of #ADFDD0
Black with #ADFDD0
Text Example
Text Example
White with #ADFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDD0; }
p { color: rgb(173,253,208); }
H1.HeaderClassName
{
color: #ADFDD0;
}
.AnyTagClassName
{
color: #ADFDD0;
}
</style>
background-color css
<style>
a { background-color: #ADFDD0; }
a { background-color: rgb(173,253,208); }
div.DivClassName
{
background-color: #ADFDD0;
}
.BgClassName
{
background-color: #ADFDD0;
}
</style>
border-color css
<style>
span { border-color: #ADFDD0; }
span { border-color: rgb(173,253,208); }
td.TdClassName
{
border-color: #ADFDD0;
}
.TagClassName
{
border-color: #ADFDD0;
}
</style>