Shades of Magic Mint #ADFBCD
Tints of Magic Mint #ADFBCD
RGB
CMYK
RGB Variations
Color information
#ADFBCD (or 0xADFBCD) is known color: Magic Mint. HEX triplet: AD, FB and CD. RGB value is (173,251,205). Sum of RGB (Red+Green+Blue) = 173+251+205=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBCD is #520432. Grayscale: #DEDEDE. Windows color (decimal): -5375027 or 13499309. OLE color: 13499309.
HSL color Cylindrical-coordinate representation of color #ADFBCD: hue angle of 144.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBCD is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 205 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.02 |
| HSL | 144.62º | 0.91% | 0.83% | - |
| HSV(B) | 144.62º | 0.31% | 0.98% | - |
| XYZ | 62.75 | 82.29 | 70.33 | - |
| YUV | 222.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 205 | 0.31 | 0 | 0.18 | 0.02 | 144.62 | 0.91 | 0.83 |
| Hex | AD | FB | CD | 1F | 0 | 12 | 2 | 91 | 5B | 53 |
| Octal | 255 | 373 | 315 | 37 | 0 | 22 | 2 | 221 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11001101 | 11111 | 0 | 10010 | 10 | 10010001 | 1011011 | 1010011 |
Color Harmonies of #ADFBCD
Complementary color
Monochromatic Colors of #ADFBCD
Black with #ADFBCD
Text Example
Text Example
White with #ADFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBCD; }
p { color: rgb(173,251,205); }
H1.HeaderClassName
{
color: #ADFBCD;
}
.AnyTagClassName
{
color: #ADFBCD;
}
</style>
background-color css
<style>
a { background-color: #ADFBCD; }
a { background-color: rgb(173,251,205); }
div.DivClassName
{
background-color: #ADFBCD;
}
.BgClassName
{
background-color: #ADFBCD;
}
</style>
border-color css
<style>
span { border-color: #ADFBCD; }
span { border-color: rgb(173,251,205); }
td.TdClassName
{
border-color: #ADFBCD;
}
.TagClassName
{
border-color: #ADFBCD;
}
</style>