Shades of Magic Mint #ADFBDC
Tints of Magic Mint #ADFBDC
RGB
CMYK
RGB Variations
Color information
#ADFBDC (or 0xADFBDC) is known color: Magic Mint. HEX triplet: AD, FB and DC. RGB value is (173,251,220). Sum of RGB (Red+Green+Blue) = 173+251+220=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBDC is #520423. Grayscale: #E0E0E0. Windows color (decimal): -5375012 or 14482349. OLE color: 14482349.
HSL color Cylindrical-coordinate representation of color #ADFBDC: hue angle of 156.15º 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 #ADFBDC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 220 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.02 |
| HSL | 156.15º | 0.91% | 0.83% | - |
| HSV(B) | 156.15º | 0.31% | 0.98% | - |
| XYZ | 64.65 | 83.05 | 80.33 | - |
| YUV | 224.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 220 | 0.31 | 0 | 0.12 | 0.02 | 156.15 | 0.91 | 0.83 |
| Hex | AD | FB | DC | 1F | 0 | C | 2 | 9C | 5B | 53 |
| Octal | 255 | 373 | 334 | 37 | 0 | 14 | 2 | 234 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11011100 | 11111 | 0 | 1100 | 10 | 10011100 | 1011011 | 1010011 |
Color Harmonies of #ADFBDC
Complementary color
Monochromatic Colors of #ADFBDC
Black with #ADFBDC
Text Example
Text Example
White with #ADFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBDC; }
p { color: rgb(173,251,220); }
H1.HeaderClassName
{
color: #ADFBDC;
}
.AnyTagClassName
{
color: #ADFBDC;
}
</style>
background-color css
<style>
a { background-color: #ADFBDC; }
a { background-color: rgb(173,251,220); }
div.DivClassName
{
background-color: #ADFBDC;
}
.BgClassName
{
background-color: #ADFBDC;
}
</style>
border-color css
<style>
span { border-color: #ADFBDC; }
span { border-color: rgb(173,251,220); }
td.TdClassName
{
border-color: #ADFBDC;
}
.TagClassName
{
border-color: #ADFBDC;
}
</style>