Shades of Magic Mint #ADFDCD
Tints of Magic Mint #ADFDCD
RGB
CMYK
RGB Variations
Color information
#ADFDCD (or 0xADFDCD) is known color: Magic Mint. HEX triplet: AD, FD and CD. RGB value is (173,253,205). Sum of RGB (Red+Green+Blue) = 173+253+205=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDCD is #520232. Grayscale: #DFDFDF. Windows color (decimal): -5374515 or 13499821. OLE color: 13499821.
HSL color Cylindrical-coordinate representation of color #ADFDCD: hue angle of 144º 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 #ADFDCD is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 205 | - |
CMYK | 0.32 | 0 | 0.19 | 0.01 |
HSL | 144º | 0.95% | 0.84% | - |
HSV(B) | 144º | 0.32% | 0.99% | - |
XYZ | 63.38 | 83.54 | 70.54 | - |
YUV | 223.61 | 117.5 | 91.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 205 | 0.32 | 0 | 0.19 | 0.01 | 144 | 0.95 | 0.84 |
Hex | AD | FD | CD | 20 | 0 | 13 | 1 | 90 | 5F | 54 |
Octal | 255 | 375 | 315 | 40 | 0 | 23 | 1 | 220 | 137 | 124 |
Binary | 10101101 | 11111101 | 11001101 | 100000 | 0 | 10011 | 1 | 10010000 | 1011111 | 1010100 |
Color Harmonies of #ADFDCD
Complementary color
Monochromatic Colors of #ADFDCD
Black with #ADFDCD
Text Example
Text Example
White with #ADFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDCD; }
p { color: rgb(173,253,205); }
H1.HeaderClassName
{
color: #ADFDCD;
}
.AnyTagClassName
{
color: #ADFDCD;
}
</style>
background-color css
<style>
a { background-color: #ADFDCD; }
a { background-color: rgb(173,253,205); }
div.DivClassName
{
background-color: #ADFDCD;
}
.BgClassName
{
background-color: #ADFDCD;
}
</style>
border-color css
<style>
span { border-color: #ADFDCD; }
span { border-color: rgb(173,253,205); }
td.TdClassName
{
border-color: #ADFDCD;
}
.TagClassName
{
border-color: #ADFDCD;
}
</style>